From 04403a0e68f1816f7e9c57f4b8ab54a1bb8424ab Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Tue, 1 Jun 2021 15:33:27 +0200 Subject: [PATCH] fix noqa code --- openpype/plugins/publish/integrate_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/plugins/publish/integrate_new.py b/openpype/plugins/publish/integrate_new.py index 8cd60094cf..c5ce6d23aa 100644 --- a/openpype/plugins/publish/integrate_new.py +++ b/openpype/plugins/publish/integrate_new.py @@ -432,7 +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) # noqa: E401 + dst_padding = dst_padding_exp % (index_frame_start + frame_number) # noqa: E501 dst = "{0}{1}{2}".format( dst_head,