Added sign
This commit is contained in:
@ -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:')
|
||||
|
||||
|
Reference in New Issue
Block a user