hound: flake8 fix

This commit is contained in:
Jakub Jezek 2022-01-12 20:24:06 +01:00
parent 39578a4a51
commit 226903ea0b
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -32,7 +32,8 @@ class PrecollectInstances(pyblish.api.ContextPlugin):
# get openpype tag data
marker_data = opfapi.get_segment_data_marker(segment)
self.log.debug("__ marker_data: {}".format(pformat(marker_data)))
self.log.debug("__ marker_data: {}".format(
pformat(marker_data)))
if not marker_data:
continue