mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
Hound fixes
This commit is contained in:
parent
822e2f6503
commit
c5bf02cd89
2 changed files with 2 additions and 2 deletions
|
|
@ -325,4 +325,4 @@ class CollectMayaRender(pyblish.api.InstancePlugin):
|
|||
"""
|
||||
return lib.get_attr_in_layer(
|
||||
"defaultRenderGlobals.{}".format(attr), layer=layer
|
||||
)
|
||||
)
|
||||
|
|
|
|||
|
|
@ -670,4 +670,4 @@ class AbstractSubmitDeadline(pyblish.api.InstancePlugin,
|
|||
assert instance.data.get("publish", True) is True, (
|
||||
"Workfile (scene) must be published along")
|
||||
|
||||
return instance
|
||||
return instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue