mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound(SP): suggestions
This commit is contained in:
parent
d08c4a3de4
commit
3c29bfb5bf
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ class CollectInstanceResources(pyblish.api.InstancePlugin):
|
|||
self.log.debug(f"root: {editorial_source_root}")
|
||||
# loop `editorial_source_root` and find clip name in folders
|
||||
# and look for any subset name alternatives
|
||||
for root, dirs, files in os.walk(editorial_source_root):
|
||||
for root, dirs, _files in os.walk(editorial_source_root):
|
||||
# search only for directories related to clip name
|
||||
correct_clip_dir = None
|
||||
for _d_search in dirs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue