mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
fix args
This commit is contained in:
parent
d96998626a
commit
c7dc3ac101
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ class PushHierValuesToNonHier(ServerAction):
|
|||
|
||||
description = "{} (Download traceback)".format(msg)
|
||||
self.add_traceback_to_job(
|
||||
job, session, sys.exc_info(), event, description
|
||||
job, session, sys.exc_info(), description
|
||||
)
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue