mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Cosmetics
This commit is contained in:
parent
a48e638798
commit
1c5b821688
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ class FileNodeLoader(load.LoaderPlugin):
|
|||
}
|
||||
has_tokens = False
|
||||
repre_context = representation["context"]
|
||||
for key, token in tokens.items():
|
||||
for key, _token in tokens.items():
|
||||
if key in repre_context:
|
||||
repre_context[key] = _placeholder(key)
|
||||
has_tokens = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue