Skip to content

Commit b1e0957

Browse files
author
Kazuki Suzuki Przyborowski
committed
Small bug fix
1 parent 2ee13ff commit b1e0957

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

NekoFile.neko

1 Byte
Binary file not shown.

pycatfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3103,7 +3103,7 @@ def MakeEmptyArchiveFilePointer(fp, fmttype=__file_format_default__, checksumtyp
31033103
return MakeEmptyFilePointer(fp, fmttype, checksumtype, formatspecs)
31043104

31053105

3106-
def MakeEmptyFile(outfile, fmttype="auto", compression="auto", compresswholefile=True, compressionlevel=None, checksumtype="crc32", formatspecs=__file_format_dict__, returnfp=False):
3106+
def MakeEmptyFile(outfile, fmttype="auto", compression="auto", compresswholefile=True, compressionlevel=None, checksumtype="crc32", formatspecs=__file_format_multi_dict__, returnfp=False):
31073107
if(IsNestedDict(formatspecs) and fmttype=="auto" and
31083108
(outfile != "-" and outfile is not None and not hasattr(outfile, "read") and not hasattr(outfile, "write"))):
31093109
get_in_ext = os.path.splitext(outfile)

ねこファイル.ねこ

11 Bytes
Binary file not shown.

고양이파일.고양이

8 Bytes
Binary file not shown.

네코파일.네코

5 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)