mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
hound: flake8 fix
This commit is contained in:
parent
39578a4a51
commit
226903ea0b
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue