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 Mar 12, 2024
1 parent 91ffcc1 commit a478219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4592,7 +4592,7 @@ def ArchiveFileArrayBase64Encode(infile, followlink=False, seekstart=0, seekend=
if(infile!="-" and not hasattr(infile, "read") and not hasattr(infile, "write")):
infile = RemoveWindowsPath(infile);
if(followlink):
prelistcatfiles = ArchiveFileToArrayIndex(infile, seekstart, seekend, False, skipchecksum, formatspecs, usenewstyle=True, returnfp);
prelistcatfiles = ArchiveFileToArrayIndex(infile, seekstart, seekend, False, skipchecksum, formatspecs, usenewstyle, returnfp);
listcatfiles = prelistcatfiles['list'];
else:
listcatfiles = ArchiveFileToArray(infile, seekstart, seekend, False, skipchecksum, formatspecs, usenewstyle, returnfp);
Expand Down

0 comments on commit a478219

Please sign in to comment.