mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Use set literal
This commit is contained in:
parent
16b9dbbebe
commit
a68fa54661
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class ValidateExpectedFiles(pyblish.api.InstancePlugin):
|
|||
"""
|
||||
# no frames in file name at all, eg 'renderCompositingMain.withLut.mov'
|
||||
if not frame_placeholder:
|
||||
return set([file_name_template])
|
||||
return {file_name_template}
|
||||
|
||||
real_expected_rendered = set()
|
||||
src_padding_exp = "%0{}d".format(len(frame_placeholder))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue