Quick pass to update script for python3

This commit is contained in:
2019-02-04 16:21:42 +01:00
parent b180b6bdfe
commit 8be344192c

View File

@@ -133,7 +133,7 @@ try:
f = file(filename, "wb") f = file(filename, "wb")
shutil.copyfileobj(zf, f) shutil.copyfileobj(zf, f)
os.chmod(filename, 0644) os.chmod(filename, 0o644)
zf.close() zf.close()
z.close() z.close()