mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix linting.
This commit is contained in:
parent
83cc964ca0
commit
70a38a6b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class CollectHierarchy(pyblish.api.ContextPlugin):
|
|||
)
|
||||
for shot_attr in SHOT_ATTRS:
|
||||
attr_value = instance.data.get(shot_attr)
|
||||
if attr_value is None:
|
||||
if attr_value is None:
|
||||
# Shot attribute might not be defined (e.g. CSV ingest)
|
||||
self.log.debug(
|
||||
"%s shot attribute is not defined for instance.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue