Skip to content

Commit 57c3440

Browse files
committed
Small update
1 parent 9503f25 commit 57c3440

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycatfile/pycatfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8500,7 +8500,7 @@ def PackCatFileFromInFile(infile, outfile, fmttype="auto", compression="auto", c
85008500
elif(IsSingleDict(formatspecs) and checkcompressfile == formatspecs['format_magic']):
85018501
return RePackCatFile(infile, outfile, fmttype, compression, compresswholefile, compressionlevel, False, 0, 0, checksumtype, False, extradata, jsondata, formatspecs, saltkey, verbose, returnfp)
85028502
else:
8503-
return False
8503+
return PackCatFileFromBSDTarFile(infile, outfile, fmttype, compression, compresswholefile, compressionlevel, compressionuselist, checksumtype, extradata, jsondata, formatspecs, saltkey, verbose, returnfp)
85048504
return False
85058505

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

0 commit comments

Comments
 (0)