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 9, 2024
1 parent a815e01 commit 03356c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions catfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@
elif should_validate:
fvalid = pycatfile.ArchiveFileValidate(getargs.input, fnamelist, getargs.verbose, False);
if(fvalid):
pycatfile.VerbosePrintOut("File is valid: " + str(getargs.input));
pycatfile.VerbosePrintOut("File is valid: \n" + str(getargs.input));
else:
pycatfile.VerbosePrintOut("File is invalid: " + str(getargs.input));
pycatfile.VerbosePrintOut("File is invalid: \n" + str(getargs.input));

0 comments on commit 03356c4

Please sign in to comment.