mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix noqa code
This commit is contained in:
parent
e848921e5f
commit
04403a0e68
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue