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,