mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound
This commit is contained in:
parent
b2a6e16ae8
commit
5a00cab24c
2 changed files with 2 additions and 2 deletions
|
|
@ -367,4 +367,4 @@ def unique_namespace(namespace, format="%02d",
|
|||
return name_space
|
||||
else:
|
||||
increment_version = True
|
||||
iteration +=1
|
||||
iteration += 1
|
||||
|
|
|
|||
|
|
@ -160,7 +160,7 @@ def containerise(name: str, nodes: list, context,
|
|||
"schema": "openpype:container-2.0",
|
||||
"id": AVALON_CONTAINER_ID,
|
||||
"name": name,
|
||||
"namespace": namespace,
|
||||
"namespace": namespace or "",
|
||||
"loader": loader,
|
||||
"representation": context["representation"]["_id"],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue