Skip to content
Snippets Groups Projects
Commit 3e090de3 authored by Matt Traudt's avatar Matt Traudt Committed by Matt Traudt
Browse files

Make comment more accurate

parent 3ec93042
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,7 @@ def is_initted(d):
def fail_hard(*a, **kw):
''' Optionally log something to stdout ... and then exit as fast as
possible '''
''' Log something ... and then exit as fast as possible '''
log.critical(*a, **kw)
exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment