mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
do not cache all values and fix output value
This commit is contained in:
parent
b7889303c0
commit
06ae297614
1 changed files with 1 additions and 2 deletions
|
|
@ -304,7 +304,7 @@ class ActionsModel:
|
||||||
from ayon_core.lib.applications import should_start_last_workfile
|
from ayon_core.lib.applications import should_start_last_workfile
|
||||||
|
|
||||||
if identifier in not_open_workfile_actions:
|
if identifier in not_open_workfile_actions:
|
||||||
return not_open_workfile_actions[identifier]
|
return not not_open_workfile_actions[identifier]
|
||||||
|
|
||||||
task_name = None
|
task_name = None
|
||||||
task_type = None
|
task_type = None
|
||||||
|
|
@ -319,7 +319,6 @@ class ActionsModel:
|
||||||
task_name,
|
task_name,
|
||||||
task_type
|
task_type
|
||||||
)
|
)
|
||||||
not_open_workfile_actions[identifier] = output
|
|
||||||
return output
|
return output
|
||||||
|
|
||||||
def get_action_items(self, project_name, folder_id, task_id):
|
def get_action_items(self, project_name, folder_id, task_id):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue