fix long lines

This commit is contained in:
Jakub Trllo 2025-12-19 11:35:26 +01:00
parent 7485d99cf6
commit 1612b0297d

View file

@ -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