Skip to content

Commit f4b3898

Browse files
committed
Small update
1 parent 1d245ba commit f4b3898

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyfoxfile/pyfoxfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8896,7 +8896,7 @@ def RePackFoxFile(infile, outfile, fmttype="auto", compression="auto", compressw
88968896
if lenlist != fnumfiles:
88978897
fnumfiles = lenlist
88988898

8899-
AppendFileHeader(fp, fnumfiles, listarrayfiles.get('fencoding', 'utf-8'), listarrayfiles['fextradata'], listarrayfiles['fjsondata'], [checksumtype[0], checksumtype[1]], formatspecs, outsaltkey)
8899+
AppendFileHeader(fp, fmttype, fnumfiles, listarrayfiles.get('fencoding', 'utf-8'), listarrayfiles['fextradata'], listarrayfiles['fjsondata'], [checksumtype[0], checksumtype[1]], formatspecs, outsaltkey)
89008900

89018901
# loop counters
89028902
lcfi = 0
@@ -9122,7 +9122,7 @@ def RePackFoxFile(infile, outfile, fmttype="auto", compression="auto", compressw
91229122
if(fvendorfields>0 and len(ffvendorfieldslist)>0):
91239123
extradata.extend(fvendorfields)
91249124

9125-
AppendFileHeaderWithContent(fp, tmpoutlist, extradata, jsondata, fcontents.read(),[checksumtype[2], checksumtype[3], checksumtype[4]], formatspecs, outsaltkey)
9125+
AppendFileHeaderWithContent(fp, fmttype, tmpoutlist, extradata, jsondata, fcontents.read(),[checksumtype[2], checksumtype[3], checksumtype[4]], formatspecs, outsaltkey)
91269126
try:
91279127
fcontents.close()
91289128
except Exception:

0 commit comments

Comments
 (0)