Skip to content

Commit

Permalink
Fixes issue scalyr#23
Browse files Browse the repository at this point in the history
  • Loading branch information
Imron Alston committed Apr 1, 2020
1 parent 3df876d commit a2049f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scalyr
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ if __name__ == '__main__':
for arg in sys.argv[1:]:
if arg in all_commands:
command = arg
break

# If we could not find a possible command, then just try to parse the commandline with the current options, which
# we know will fail since there's no valid value for 'command'.
Expand Down

0 comments on commit a2049f8

Please sign in to comment.