Skip to content

Commit

Permalink
--quite options yields TypeError - fixed!
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed Jan 14, 2020
1 parent 9b31b51 commit b7311a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli4/cli4.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def write_results(results, output):
else:
# anything more complex (dict, list, etc) should be dumped as JSON/YAML
if output is None:
results = None
results = None
if output == 'json':
try:
results = json.dumps(results,
Expand Down

0 comments on commit b7311a3

Please sign in to comment.