Skip to content

Commit 5394d4c

Browse files
authored
Add files via upload
1 parent 4e3043e commit 5394d4c

4 files changed

Lines changed: 15637 additions & 214 deletions

File tree

archivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def handler(signum, frame):
203203
sys.exit(1)
204204
input_file = tempout
205205
pyarchivefile.UnPackArchiveFile(input_file, getargs.output, False, getargs.filestart, 0, 0, getargs.skipchecksum,
206-
fnamedict, getargs.verbose, getargs.preserve, getargs.preserve, False, False)
206+
fnamedict, getargs.insecretkey, getargs.preserve, getargs.preserve, False, getargs.verbose, False)
207207
elif active_action == 'list':
208208
if getargs.convert:
209209
checkcompressfile = pyarchivefile.CheckCompressionSubType(

archivefile_py3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,10 +378,11 @@ def main(argv: Optional[list[str]] = None) -> int:
378378
0,
379379
getargs.skipchecksum,
380380
fnamedict,
381-
getargs.verbose,
381+
getargs.insecretkey,
382382
getargs.preserve,
383383
getargs.preserve,
384384
False,
385+
getargs.verbose,
385386
False,
386387
)
387388

0 commit comments

Comments
 (0)