mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge remote-tracking branch 'origin/feature/OP-2951_Download-all-workfile-inputs' into feature/OP-2951_Download-all-workfile-inputs
This commit is contained in:
commit
007e47b6ca
1 changed files with 1 additions and 2 deletions
|
|
@ -1996,8 +1996,7 @@ def get_linked_ids_for_representations(project_name, repre_ids, dbcon=None,
|
||||||
# Make sure is installed
|
# Make sure is installed
|
||||||
dbcon.install()
|
dbcon.install()
|
||||||
|
|
||||||
if dbcon.Session["AVALON_PROJECT"] != project_name:
|
dbcon.Session["AVALON_PROJECT"] = project_name
|
||||||
dbcon.Session["AVALON_PROJECT"] = project_name
|
|
||||||
|
|
||||||
if not isinstance(repre_ids, list):
|
if not isinstance(repre_ids, list):
|
||||||
repre_ids = [repre_ids]
|
repre_ids = [repre_ids]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue