We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1f3dd commit d5d69bdCopy full SHA for d5d69bd
1 file changed
catfile.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 = pycatfile.PackCatFileFromInFile(
@@ -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