mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
Fix indentation (shush hound)
This commit is contained in:
parent
f9c214e435
commit
37b2d85aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -513,7 +513,7 @@ class MayaSubmitDeadline(pyblish.api.InstancePlugin):
|
|||
rs_include_lights = instance.data.get("renderSetupIncludeLights")
|
||||
if rs_include_lights is not None:
|
||||
self.payload_skeleton["PluginInfo"]["RenderSetupIncludeLights"] = (
|
||||
rs_include_lights
|
||||
rs_include_lights
|
||||
)
|
||||
else:
|
||||
self.payload_skeleton["PluginInfo"].pop("RenderSetupIncludeLights")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue