Quick pass to update script for python3
This commit is contained in:
@@ -133,7 +133,7 @@ try:
|
||||
f = file(filename, "wb")
|
||||
|
||||
shutil.copyfileobj(zf, f)
|
||||
os.chmod(filename, 0644)
|
||||
os.chmod(filename, 0o644)
|
||||
|
||||
zf.close()
|
||||
z.close()
|
||||
|
Reference in New Issue
Block a user