We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6798b commit ed37749Copy full SHA for ed37749
1 file changed
jsoncsv/main.py
@@ -86,7 +86,7 @@ def jsoncsv(output, input, expand, restore, safe, separator):
86
type=click.File('wb'),
87
default=sys.stdout)
88
def mkexcel(output, input, sort_, row, type_):
89
- if type_ == "xls" and output == sys.stdout:
+ if output == sys.stdout:
90
output = click.get_binary_stream('stdout')
91
92
klass = dumptool.DumpCSV
0 commit comments