mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
hound
This commit is contained in:
parent
803fb61649
commit
77776d0943
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ class ValidateLoadedPlugin(OptionalPyblishPluginMixin,
|
|||
f"{bullet_point_invalid_statement}\n\n"
|
||||
"You can use repair action to load the plugin."
|
||||
)
|
||||
raise PublishValidationError(report, title="Required Plugins unloaded")
|
||||
raise PublishValidationError(
|
||||
report, title="Required Plugins unloaded")
|
||||
|
||||
@classmethod
|
||||
def repair(cls, instance):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue