Kaydet (Commit) 7d95e2ed authored tarafından Eray Özkural's avatar Eray Özkural

* backwards compatibility for a while (must also keep the xml for old clients)

üst 9b5303ea
......@@ -137,7 +137,7 @@ class File:
"this method must be called at the end of operation"
self.__file__.close()
if self.compress == File.xmill:
pisi.util.run_batch('xcmill -9 -d -f ' + self.localfile)
pisi.util.run_batch('xcmill -9 -f ' + self.localfile)
self.localfile = self.localfile[:-4] + '.xmi'
elif self.compress == File.sevenzip:
raise Error(_("sevenzip compression not supported yet"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment