mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
wrong action name in exception
This commit is contained in:
parent
bf6303a908
commit
dfbc11bca5
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class SelectInvalidNodesAction(pyblish.api.Action):
|
|||
|
||||
def process(self, context, plugin):
|
||||
if not hasattr(plugin, "select"):
|
||||
raise RuntimeError("Plug-in does not have repair method.")
|
||||
raise RuntimeError("Plug-in does not have select method.")
|
||||
|
||||
# Get the failed instances
|
||||
self.log.debug("Finding failed plug-ins..")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue