Added sign

This commit is contained in:
2024-10-06 22:23:26 -05:00
parent b5d7b7e229
commit bf3912bb7f
15 changed files with 180 additions and 112 deletions

View File

@ -26,7 +26,7 @@ if not os.path.exists(os.path.dirname(args.output)):
# Does the archive already exist?
filesInArchive = []
if os.path.exists(args.output):
if os.path.exists(args.output) and False:
# Yes, open it
archive = tarfile.open(args.output, 'r:')