From e848921e5fb6b680c0cfd1be44e8906600a43588 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Tue, 1 Jun 2021 15:29:13 +0200 Subject: [PATCH] fix hound issues 2 --- openpype/plugins/publish/integrate_new.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openpype/plugins/publish/integrate_new.py b/openpype/plugins/publish/integrate_new.py index e1c1a56d5c..8cd60094cf 100644 --- a/openpype/plugins/publish/integrate_new.py +++ b/openpype/plugins/publish/integrate_new.py @@ -432,8 +432,7 @@ class IntegrateAssetNew(pyblish.api.InstancePlugin): if index_frame_start is not None: dst_padding_exp = "%0{}d".format(frame_start_padding) - dst_padding = dst_padding_exp % ( - index_frame_start + frame_number) + dst_padding = dst_padding_exp % (index_frame_start + frame_number) # noqa: E401 dst = "{0}{1}{2}".format( dst_head,