Skip to content

Commit

Permalink
Small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski committed Jan 24, 2025
1 parent 2ee13ff commit b1e0957
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified NekoFile.neko
Binary file not shown.
2 changes: 1 addition & 1 deletion pycatfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3103,7 +3103,7 @@ def MakeEmptyArchiveFilePointer(fp, fmttype=__file_format_default__, checksumtyp
return MakeEmptyFilePointer(fp, fmttype, checksumtype, formatspecs)


def MakeEmptyFile(outfile, fmttype="auto", compression="auto", compresswholefile=True, compressionlevel=None, checksumtype="crc32", formatspecs=__file_format_dict__, returnfp=False):
def MakeEmptyFile(outfile, fmttype="auto", compression="auto", compresswholefile=True, compressionlevel=None, checksumtype="crc32", formatspecs=__file_format_multi_dict__, returnfp=False):
if(IsNestedDict(formatspecs) and fmttype=="auto" and
(outfile != "-" and outfile is not None and not hasattr(outfile, "read") and not hasattr(outfile, "write"))):
get_in_ext = os.path.splitext(outfile)
Expand Down
Binary file modified ねこファイル.ねこ
Binary file not shown.
Binary file modified 고양이파일.고양이
Binary file not shown.
Binary file modified 네코파일.네코
Binary file not shown.

0 comments on commit b1e0957

Please sign in to comment.