mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Better logging for "Atomicity".
This commit is contained in:
parent
a29a441625
commit
2239e689db
1 changed files with 3 additions and 0 deletions
|
|
@ -98,6 +98,9 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
# \ /
|
||||
# o __/
|
||||
#
|
||||
for result in context.data["results"]:
|
||||
if not result["success"]:
|
||||
self.log.debug(result)
|
||||
assert all(result["success"] for result in context.data["results"]), (
|
||||
"Atomicity not held, aborting.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue