diff --git a/wildq/cli.py b/wildq/cli.py index 8ee4e8e..d50dc6b 100644 --- a/wildq/cli.py +++ b/wildq/cli.py @@ -192,7 +192,7 @@ def cli(*args, **kwargs): for line in compiled: if not isinstance(line, dict) and not isinstance(line, list): - if raw: + if raw and not line is None: print(line.strip('"')) else: print(line)