hound(SP): suggestions

This commit is contained in:
Jakub Jezek 2020-11-10 11:51:44 +01:00
parent d08c4a3de4
commit 3c29bfb5bf
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3

View file

@ -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: