Kaydet (Commit) 7b972789 authored tarafından S.Çağlar Onur's avatar S.Çağlar Onur

fix

üst b5e21a1a
......@@ -75,10 +75,10 @@ def doman(*filenameList):
gzfile.writelines(file(filename).xreadlines())
gzfile.close()
if os.access(filename, os.F_OK):
if os.access(filename + '.gz', os.F_OK):
copy_file(filename + '.gz',
os.path.join(destDir,
os.path.basename(filename)))
os.path.basename(filename + '.gz')))
def domove(source, destination):
......
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