mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
flame: missing dict items function call
This commit is contained in:
parent
1535b47124
commit
304584573b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class IntegrateBatchGroup(pyblish.api.InstancePlugin):
|
||||||
all_batch_nodes = self._add_nodes_to_batch_with_links(
|
all_batch_nodes = self._add_nodes_to_batch_with_links(
|
||||||
instance, task_data, bgroup)
|
instance, task_data, bgroup)
|
||||||
|
|
||||||
for name, node in all_batch_nodes:
|
for name, node in all_batch_nodes.items():
|
||||||
self.log.debug("name: {}, dir: {}".format(
|
self.log.debug("name: {}, dir: {}".format(
|
||||||
name, dir(node)
|
name, dir(node)
|
||||||
))
|
))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue