mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix: removed handling of tracebacks
This commit is contained in:
parent
e75cabd801
commit
73fe101afe
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue