mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
resolve hound 2
This commit is contained in:
parent
809b6df221
commit
35194b567f
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ def get_context_var_changes():
|
|||
def update_houdini_vars_context():
|
||||
"""Update asset context variables"""
|
||||
|
||||
for var, (old, new, is_directory) in get_context_var_changes().items():
|
||||
for var, (_old, new, is_directory) in get_context_var_changes().items():
|
||||
if is_directory:
|
||||
try:
|
||||
os.makedirs(new)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue