Skip to content

Commit 4d93301

Browse files
committed
Fixed a bug that was short circuiting the output file
1 parent 0dd32f8 commit 4d93301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cq-cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def main():
255255
file.write(json.dumps(params))
256256

257257
# Check to see if the user only cared about getting the params
258-
if codec == None:
258+
if args.codec == None:
259259
return
260260

261261
#

0 commit comments

Comments
 (0)