mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Formatting change
This commit is contained in:
parent
0933e882e2
commit
b032d26ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ class PushToContextController:
|
||||||
process_item_ids = self._process_item_ids
|
process_item_ids = self._process_item_ids
|
||||||
for process_item_id in process_item_ids:
|
for process_item_id in process_item_ids:
|
||||||
self._integrate_model.integrate_item(process_item_id)
|
self._integrate_model.integrate_item(process_item_id)
|
||||||
|
|
||||||
self._emit_event("submit.finished", {})
|
self._emit_event("submit.finished", {})
|
||||||
|
|
||||||
if process_item_ids is self._process_item_ids:
|
if process_item_ids is self._process_item_ids:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue