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 29, 2024
1 parent 36e4117 commit 65d9794
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 @@ -1058,7 +1058,7 @@ def AppendFileHeaderWithContent(fp, filevalues=[], extradata=[], filecontent="",
pass;
return fp;

def AppendFile(infile, fp, dirlistfromtxt=False, filevalues=[], extradata=[], followlink=False, checksumtype="crc32", formatspecs=__file_format_list__):
def AppendFiles(infiles, fp, dirlistfromtxt=False, filevalues=[], extradata=[], followlink=False, checksumtype="crc32", formatspecs=__file_format_list__):
advancedlist = True;
if(infiles=="-"):
for line in sys.stdin:
Expand Down

0 comments on commit 65d9794

Please sign in to comment.