Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
unnonouno committed Nov 3, 2016
1 parent 84328b5 commit 98e4f67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jqp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ def run(in_io, out_io, cmd, imports=[], sort_keys=False, raw_input_mode=False,
else:
try:
json.dump(
out, out_io, ensure_ascii=ascii_output, sort_keys=sort_keys)
out, out_io, ensure_ascii=ascii_output,
sort_keys=sort_keys)
except Exception as e:
_exit(e, 3, 'Cannot dump result: line %d' % line_no)

Expand Down

0 comments on commit 98e4f67

Please sign in to comment.