Skip to content

Commit 0577b74

Browse files
author
Kazuki Suzuki Przyborowski
committed
Update pyfoxfile.py
1 parent 0d05714 commit 0577b74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfoxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10740,7 +10740,7 @@ def RePackFoxFile(infile, outfile, fmttype="auto", compression="auto", compressw
1074010740
if jsondata is None:
1074110741
jsondata = {}
1074210742
if formatspecs is None:
10743-
formatspecs = __file_format_dict__
10743+
formatspecs = __file_format_multi_dict__
1074410744

1074510745
# ---------- Input handling ----------
1074610746
if isinstance(infile, dict):

0 commit comments

Comments
 (0)