fix hound issues 2

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

View file

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