Skip to content

Commit

Permalink
Removed semicolon from Line 992
Browse files Browse the repository at this point in the history
  • Loading branch information
johann8384 committed Mar 21, 2016
1 parent d7e26e9 commit bfe9a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcollector.py
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ def main(argv):
options, args = parse_cmdline(argv)
except:
sys.stderr.write("Unexpected error: %s" % sys.exc_info()[0])
return 1;
return 1

if options.daemonize:
daemonize()
Expand Down

0 comments on commit bfe9a83

Please sign in to comment.