From 4d93301ee9b29e0c060eb0345460fbd87a62d08d Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 13 Oct 2021 10:43:35 -0400 Subject: [PATCH] Fixed a bug that was short circuiting the output file --- cq-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cq-cli.py b/cq-cli.py index 667cec8..69428a5 100755 --- a/cq-cli.py +++ b/cq-cli.py @@ -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 #