mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
commented out offending row
This commit is contained in:
parent
83224fa85c
commit
7a7c1e1d90
1 changed files with 2 additions and 2 deletions
|
|
@ -109,8 +109,8 @@ def update_task_from_path(path):
|
|||
# Find the changes between current Session and the path's context.
|
||||
current = {
|
||||
"asset": avalon.api.Session["AVALON_ASSET"],
|
||||
"task": avalon.api.Session["AVALON_TASK"],
|
||||
"app": avalon.api.Session["AVALON_APP"]
|
||||
"task": avalon.api.Session["AVALON_TASK"]
|
||||
# "app": avalon.api.Session["AVALON_APP"]
|
||||
}
|
||||
changes = {key: context[key] for key, current_value in current.items()
|
||||
if context[key] != current_value}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue