Add PSP host.
This commit is contained in:
@ -55,7 +55,7 @@ for foldername, subfolders, filenames in os.walk(args.input):
|
||||
continue
|
||||
|
||||
# No, add it
|
||||
print(f"Archiving asset {filename}...")
|
||||
# print(f"Archiving asset {filename}...")
|
||||
archive.add(absolute_path, arcname=relative_path)
|
||||
|
||||
# Close the archive
|
||||
|
Reference in New Issue
Block a user