mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix long lines
This commit is contained in:
parent
7485d99cf6
commit
1612b0297d
1 changed files with 1 additions and 2 deletions
|
|
@ -448,8 +448,7 @@ class IntegrateHeroVersion(
|
|||
raise KnownPublishError(exc).with_traceback(sys.exc_info()[2])
|
||||
|
||||
except Exception as exc:
|
||||
# clean destination
|
||||
# todo: preferably we'd also rollback *any* changes to the database
|
||||
# Rollback the transactions
|
||||
file_transactions.rollback()
|
||||
self.log.critical("Error when copying files", exc_info=True)
|
||||
raise exc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue