1
0
mirror of https://github.com/Mikaela/Limnoria.git synced 2025-04-09 01:18:10 +02:00

Added docstrings.

This commit is contained in:
Jeremy Fincher 2003-10-04 11:43:57 +00:00
parent 5b5f8a1d2b
commit c1a2f1b454

@ -149,6 +149,7 @@ def recoverableError(msg):
_errorfd.flush()
def unrecoverableError(msg):
"""Logs some error message and then exits."""
recoverableError(msg)
exit(-1)