Skip to content

Commit b71d7d1

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update pycatfile.py
1 parent b1ba998 commit b71d7d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pycatfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2464,7 +2464,7 @@ def MakeEmptyFilePointer(fp, checksumtype="crc32", formatspecs=__file_format_dic
24642464
return fp
24652465

24662466

2467-
def MakeEmptyFile(outfile, compression="auto", compressionlevel=None, checksumtype="crc32", formatspecs=__file_format_dict__, returnfp=False):
2467+
def MakeEmptyFile(outfile, compression="auto", compresswholefile=True, compressionlevel=None, checksumtype="crc32", formatspecs=__file_format_dict__, returnfp=False):
24682468
formatspecs = FormatSpecsListToDict(formatspecs)
24692469
if(outfile != "-" and not hasattr(outfile, "read") and not hasattr(outfile, "write")):
24702470
if(os.path.exists(outfile)):

0 commit comments

Comments
 (0)