mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
fix used exception
This commit is contained in:
parent
b9763e0e21
commit
9221d47b06
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class ValidateWorkfileProjectName(pyblish.api.ContextPlugin):
|
|||
return
|
||||
|
||||
# Raise an error
|
||||
raise AssertionError(
|
||||
raise PublishXmlValidationError(
|
||||
self,
|
||||
(
|
||||
# Short message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue