mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
tweak comment
This commit is contained in:
parent
fe72197a9f
commit
c3c8281e01
1 changed files with 1 additions and 1 deletions
|
|
@ -183,7 +183,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin):
|
|||
self.register(instance, file_transactions)
|
||||
except Exception:
|
||||
# clean destination
|
||||
# todo: rollback any registered entities? (or how safe are we?)
|
||||
# todo: preferably we'd also rollback *any* changes to the database
|
||||
file_transactions.rollback()
|
||||
self.log.critical("Error when registering", exc_info=True)
|
||||
six.reraise(*sys.exc_info())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue