Quick pass to update script for python3
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user