Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Oct 15, 2023
1 parent 7a6cdd6 commit 60bcfd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qds_sdk/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,7 @@ def parse(cls, args):
try:
q = open(options.script_location).read()
except IOError as e:
raise ParseError(f"Unable to open script location: {e}",
cls.optparser.format_help())
raise ParseError(f"Unable to open script location: {e}", cls.optparser.format_help())
options.script_location = None
options.query = q

Expand Down

0 comments on commit 60bcfd3

Please sign in to comment.