Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Apr 29, 2024
1 parent c450aaf commit f06fd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
if(checkcompressfile=="catfile"):
tmpout = pycatfile.ArchiveFileListFiles(getargs.input, 0, 0, getargs.skipchecksum, fnamelist, getargs.verbose, False);
else:
tmpout = pycatfile.InFileListFiles(getargs.input, getargs.verbose, False);
tmpout = pycatfile.InFileListFiles(getargs.input, getargs.verbose, fnamelist, False);
if(not tmpout):
sys.exit(1);
else:
Expand Down

0 comments on commit f06fd32

Please sign in to comment.