From 1612b0297da95836fd56f0292a10132363d184aa Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:35:26 +0100 Subject: [PATCH] fix long lines --- client/ayon_core/plugins/publish/integrate_hero_version.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/ayon_core/plugins/publish/integrate_hero_version.py b/client/ayon_core/plugins/publish/integrate_hero_version.py index 99fdfc94f5..ee499d6d45 100644 --- a/client/ayon_core/plugins/publish/integrate_hero_version.py +++ b/client/ayon_core/plugins/publish/integrate_hero_version.py @@ -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