Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit b7311a3

Browse files
committed
--quite options yields TypeError - fixed!
1 parent 9b31b51 commit b7311a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli4/cli4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def write_results(results, output):
179179
else:
180180
# anything more complex (dict, list, etc) should be dumped as JSON/YAML
181181
if output is None:
182-
results = None
182+
results = None
183183
if output == 'json':
184184
try:
185185
results = json.dumps(results,

0 commit comments

Comments
 (0)