mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-30 14:59:34 +01:00
Added docstrings.
This commit is contained in:
parent
5b5f8a1d2b
commit
c1a2f1b454
@ -149,6 +149,7 @@ def recoverableError(msg):
|
|||||||
_errorfd.flush()
|
_errorfd.flush()
|
||||||
|
|
||||||
def unrecoverableError(msg):
|
def unrecoverableError(msg):
|
||||||
|
"""Logs some error message and then exits."""
|
||||||
recoverableError(msg)
|
recoverableError(msg)
|
||||||
exit(-1)
|
exit(-1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user