fix noqa code

This commit is contained in:
Ondrej Samohel 2021-06-01 15:33:27 +02:00 committed by Ondrej Samohel
parent e848921e5f
commit 04403a0e68
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

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