Skip to content

Commit ace5fa8

Browse files
committed
Small update
1 parent a68ee70 commit ace5fa8

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
@@ -5736,7 +5736,7 @@ def MakeEmptyFile(outfile, fmttype="auto", compression="auto", compresswholefile
57365736
fp = CompressOpenFile(outfile, compresswholefile, compressionlevel)
57375737
except PermissionError:
57385738
return False
5739-
AppendFileHeader(fp, 0, "UTF-8", ['hello', 'goodbye'], {}, checksumtype, formatspecs, saltkey)
5739+
AppendFileHeader(fp, 0, "UTF-8", [], {}, checksumtype, formatspecs, saltkey)
57405740
if(outfile == "-" or outfile is None or hasattr(outfile, "read") or hasattr(outfile, "write")):
57415741
fp = CompressOpenFileAlt(
57425742
fp, compression, compressionlevel, compressionuselist, formatspecs)

0 commit comments

Comments
 (0)