mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Remove unnecessary var statement.
This commit is contained in:
parent
2a78532ead
commit
7e1015004c
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class ValidateRenderSingleCamera(pyblish.api.InstancePlugin):
|
|||
file_prefix = cmds.getAttr(
|
||||
RenderSettings.get_image_prefix_attr(renderer)
|
||||
)
|
||||
file_prefix = cmds.getAttr(attr)
|
||||
|
||||
|
||||
if len(cameras) > 1:
|
||||
if re.search(cls.R_CAMERA_TOKEN, file_prefix):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue