mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
modified messages
This commit is contained in:
parent
ce20415727
commit
52c5424f2b
1 changed files with 4 additions and 2 deletions
6
start.py
6
start.py
|
|
@ -681,7 +681,9 @@ def _find_frozen_openpype(use_version: str = None,
|
|||
|
||||
if openpype_version is None:
|
||||
raise OpenPypeVersionNotFound(
|
||||
"Requested version \"{}\" was not found.".format(use_version)
|
||||
"Requested version \"{}\" was not found.".format(
|
||||
use_version
|
||||
)
|
||||
)
|
||||
|
||||
elif studio_version:
|
||||
|
|
@ -695,7 +697,7 @@ def _find_frozen_openpype(use_version: str = None,
|
|||
raise OpenPypeVersionNotFound((
|
||||
"Requested OpenPype version \"{}\" defined by settings"
|
||||
" was not found."
|
||||
).format(use_version))
|
||||
).format(studio_version))
|
||||
|
||||
else:
|
||||
# Use latest available version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue