Skip to content

Commit ed37749

Browse files
committed
fix bin
1 parent 5c6798b commit ed37749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsoncsv/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def jsoncsv(output, input, expand, restore, safe, separator):
8686
type=click.File('wb'),
8787
default=sys.stdout)
8888
def mkexcel(output, input, sort_, row, type_):
89-
if type_ == "xls" and output == sys.stdout:
89+
if output == sys.stdout:
9090
output = click.get_binary_stream('stdout')
9191

9292
klass = dumptool.DumpCSV

0 commit comments

Comments
 (0)