We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2955d18 commit f653086Copy full SHA for f653086
1 file changed
archivefile.py
@@ -464,7 +464,7 @@ def main(argv: Optional[list[str]] = None) -> int:
464
getargs.outsecretkey,
465
False,
466
467
- False,
+ True,
468
)
469
else:
470
tmpout = pyarchivefile.PackArchiveFileFromInFile(
@@ -481,7 +481,7 @@ def main(argv: Optional[list[str]] = None) -> int:
481
fnamedict,
482
483
484
485
486
487
input_file = tempout
0 commit comments