Skip to content

Commit

Permalink
Fixed a bug that was short circuiting the output file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 13, 2021
1 parent 0dd32f8 commit 4d93301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cq-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def main():
file.write(json.dumps(params))

# Check to see if the user only cared about getting the params
if codec == None:
if args.codec == None:
return

#
Expand Down

0 comments on commit 4d93301

Please sign in to comment.