We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c6087 commit 74cf27eCopy full SHA for 74cf27e
1 file changed
foxfile.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 = pyfoxfile.PackFoxFileFromInFile(
@@ -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