Log the exception if the worker fails.

This commit is contained in:
Andrew Hamilton 2016-10-21 23:11:18 +02:00
parent e39d99b2ac
commit edee5e6b58
3 changed files with 19 additions and 15 deletions

9
vigil
View file

@ -84,15 +84,6 @@ KEYS_DOC = """Keys:
"""
LOG_PATH = os.path.join(os.getcwd(), "vigil.log")
def log_error(message=None):
message = traceback.format_exc() if message is None else message + "\n"
with open(LOG_PATH, "a") as log_file:
log_file.write(message)
class Entry(collections.UserList):
def __init__(self, path, results, summary, highlighted=None,