wip
This commit is contained in:
@@ -44,7 +44,7 @@ def launcher(proc: str, name: str, log_path: str) -> None:
|
||||
except Exception as e:
|
||||
# can't install the crash handler because sys.excepthook doesn't play nice
|
||||
# with threads, so catch it here.
|
||||
with open(log_path, 'a') as file: file.write(e+"\n")
|
||||
with open(log_path, 'a') as file: file.write(str(e)+"\n")
|
||||
sentry.capture_exception()
|
||||
raise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user