mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fixed typo
This commit is contained in:
parent
259e8888b0
commit
db90ae1676
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ class ValidateResources(pyblish.api.InstancePlugin):
|
|||
|
||||
def process(self, instance):
|
||||
|
||||
renderer = cmds.getAttr("defeaultRenderGlobals.currentRenderer")
|
||||
renderer = cmds.getAttr("defaultRenderGlobals.currentRenderer")
|
||||
|
||||
default_padding = 4
|
||||
default_prefix = {
|
||||
|
|
@ -44,4 +44,4 @@ class ValidateResources(pyblish.api.InstancePlugin):
|
|||
)
|
||||
assert prefix == filename_prefix, AttributeError(
|
||||
"Wrong file name prefix, expecting %s" % filename_prefix
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue