fix: removed handling of tracebacks

This commit is contained in:
Ondřej Samohel 2019-07-17 15:41:25 +02:00
parent e75cabd801
commit 73fe101afe
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7

View file

@ -40,7 +40,7 @@ class UserAssigmentEvent(BaseEvent):
def error(self, *err):
for e in err:
self.log.error(e, exc_info=True)
self.log.error(e)
def _run_script(self, script, args):
"""