Fix linting.

This commit is contained in:
robin@ynput.io 2024-11-19 08:22:13 -05:00
parent 83cc964ca0
commit 70a38a6b1a

View file

@ -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.",