mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Minor log removal
This commit is contained in:
@@ -11,7 +11,7 @@ package_path = 'hecl'
|
||||
target_zip = sys.argv[1]
|
||||
|
||||
zf = zipfile.ZipFile(target_zip, mode='w', compression=zipfile.ZIP_DEFLATED)
|
||||
print('GENERATING', target_zip)
|
||||
#print('GENERATING', target_zip)
|
||||
if os.path.isdir(package_path):
|
||||
zipdir(package_path, zf)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user