Skip to content

Commit 74cf27e

Browse files
committed
Small update
1 parent 95c6087 commit 74cf27e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

foxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def main(argv: Optional[list[str]] = None) -> int:
464464
getargs.outsecretkey,
465465
False,
466466
False,
467-
False,
467+
True,
468468
)
469469
else:
470470
tmpout = pyfoxfile.PackFoxFileFromInFile(
@@ -481,7 +481,7 @@ def main(argv: Optional[list[str]] = None) -> int:
481481
fnamedict,
482482
getargs.outsecretkey,
483483
False,
484-
False,
484+
True,
485485
)
486486

487487
input_file = tempout

0 commit comments

Comments
 (0)