mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix typo
This commit is contained in:
parent
f9472ab309
commit
67ac956512
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class CleanUpFarm(pyblish.api.ContextPlugin):
|
|||
dirpaths_to_remove.add(os.path.normpath(staging_dir))
|
||||
|
||||
if "representations" in instance.data:
|
||||
for repre in instance.data["reresentations"]:
|
||||
for repre in instance.data["representations"]:
|
||||
staging_dir = repre.get("stagingDir")
|
||||
if staging_dir:
|
||||
dirpaths_to_remove.add(os.path.normpath(staging_dir))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue