mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Fix typo
This commit is contained in:
parent
eabaf27648
commit
c38e3520cb
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class ValidateVersion(pyblish.api.InstancePlugin):
|
|||
if latest_version is not None:
|
||||
msg = (
|
||||
"Version `{0}` that you are trying to publish, already exists"
|
||||
" in the database. Version in databse: `{1}`. Please version "
|
||||
" in the database. Version in database: `{1}`. Please version "
|
||||
"up your workfile to a higher version number than: `{1}`."
|
||||
).format(version, latest_version)
|
||||
assert (int(version) > int(latest_version)), msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue