updated support for readonly files

svn: r948
This commit is contained in:
Don Allingham
2002-05-01 22:37:18 +00:00
parent 18605f4d87
commit 26879174b9
9 changed files with 305 additions and 286 deletions

View File

@@ -61,7 +61,7 @@ class ImgManip:
os.system(cmd)
def fmt_data(self,cnv):
cmd = "%s '%s' '%s:-'" % (const.convert,cnv,self.src)
cmd = "%s '%s' '%s:-'" % (const.convert,self.src,cnv)
r,w = popen2.popen2(cmd)
buf = r.read()
r.close()