mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
fix typo
This commit is contained in:
parent
539d4c8fa9
commit
fd8a801f40
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ def version_is_latest(project_name, version_id):
|
|||
version_doc = get_version_by_id(
|
||||
project_name, version_id, fields=["_id", "type", "parent"]
|
||||
)
|
||||
# What to de when version is not found?
|
||||
# What to do when version is not found?
|
||||
if not version_doc:
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue