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 Sep 7, 2018
1 parent 1da66d4 commit 030a8f4
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 @@ -647,6 +647,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 030a8f4

Please sign in to comment.