Skip to content

Commit 522dbf9

Browse files
committed
Small update
1 parent 1a61411 commit 522dbf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfoxfile/pyfoxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8501,7 +8501,7 @@ def PackFoxFileFromInFile(infile, outfile, fmttype="auto", compression="auto", c
85018501
elif(IsSingleDict(formatspecs) and checkcompressfile == formatspecs['format_magic']):
85028502
return RePackFoxFile(infile, outfile, fmttype, compression, compresswholefile, compressionlevel, False, 0, 0, checksumtype, False, extradata, jsondata, formatspecs, saltkey, verbose, returnfp)
85038503
else:
8504-
return False
8504+
return PackFoxFileFromBSDTarFile(infile, outfile, fmttype, compression, compresswholefile, compressionlevel, compressionuselist, checksumtype, extradata, jsondata, formatspecs, saltkey, verbose, returnfp)
85058505
return False
85068506

85078507
def FoxFileArrayValidate(infile, fmttype="auto", filestart=0, formatspecs=__file_format_multi_dict__, saltkey=None, seektoend=False, verbose=False, returnfp=False):

0 commit comments

Comments
 (0)