mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
fix hound issues 2
This commit is contained in:
parent
5806abcd6d
commit
e848921e5f
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue