Skip to content

Commit 59251b8

Browse files
committed
Small update
1 parent 829caf0 commit 59251b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyneofile/pyneofile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8494,7 +8494,7 @@ def PackNeoFileFromInFile(infile, outfile, fmttype="auto", compression="auto", c
84948494
elif(IsSingleDict(formatspecs) and checkcompressfile == formatspecs['format_magic']):
84958495
return RePackNeoFile(infile, outfile, fmttype, compression, compresswholefile, compressionlevel, False, 0, 0, checksumtype, False, extradata, jsondata, formatspecs, saltkey, verbose, returnfp)
84968496
else:
8497-
return False
8497+
return PackNeoFileFromBSDTarFile(infile, outfile, fmttype, compression, compresswholefile, compressionlevel, compressionuselist, checksumtype, extradata, jsondata, formatspecs, saltkey, verbose, returnfp)
84988498
return False
84998499

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

0 commit comments

Comments
 (0)