mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
Python 3.x issues
This commit is contained in:
parent
64fa2db3ff
commit
28ba92b298
3 changed files with 4 additions and 4 deletions
|
@ -191,7 +191,7 @@ def mk_zip():
|
|||
os.chdir(DIST_DIR)
|
||||
zfname = '%s.zip' % dist_path
|
||||
ZIPOUT = zipfile.ZipFile(zfname, 'w', zipfile.ZIP_DEFLATED)
|
||||
os.path.walk(dist_path, mk_zip_visitor, '*')
|
||||
os.walk(dist_path, mk_zip_visitor, '*')
|
||||
if is_verbose():
|
||||
print("Generated '%s'" % zfname)
|
||||
except:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue