Skip to content

Commit 1a7e63d

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update pycatfile.py
1 parent 705a978 commit 1a7e63d

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
@@ -10755,7 +10755,7 @@ def RePackCatFile(infile, outfile, fmttype="auto", compression="auto", compressw
1075510755
if jsondata is None:
1075610756
jsondata = {}
1075710757
if formatspecs is None:
10758-
formatspecs = __file_format_dict__
10758+
formatspecs = __file_format_multi_dict__
1075910759

1076010760
# ---------- Input handling ----------
1076110761
if isinstance(infile, dict):

0 commit comments

Comments
 (0)