filename patch için bir attribute değil, text.
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ class PatchInfo:
|
||||
|
||||
def elt(self, xml):
|
||||
node = xml.newNode("Patch")
|
||||
node.setAttribute("filename", self.filename)
|
||||
xml.addText(node, self.filename)
|
||||
if self.compressionType:
|
||||
node.setAttribute("compressionType", self.compressionType)
|
||||
return node
|
||||
|
||||
Reference in New Issue
Block a user