Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Commit

Permalink
error exit message to 1
Browse files Browse the repository at this point in the history
Fixes: ASPP#21
  • Loading branch information
ASPP Student committed Sep 2, 2019
1 parent 3c22e5c commit 159b6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massmail
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def error(s):
sys.stderr.write(PROGNAME+': ')
sys.stderr.write(s+'\n')
sys.stderr.flush()
sys.exit(-1)
sys.exit(1)

def parse_command_line_options(arguments):
"""Parse options.
Expand Down

0 comments on commit 159b6a5

Please sign in to comment.