mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
clarify the error message
This commit is contained in:
parent
d299824e21
commit
3b62d0f4a7
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ class FusionPrelaunch(PreLaunchHook):
|
|||
if not app_version:
|
||||
raise ApplicationLaunchFailed(
|
||||
"Fusion version information not found in System settings.\n"
|
||||
"The key field in the 'applications/fusion/variants' "
|
||||
"should consist a number, corresponding to the Fusion version"
|
||||
"The key field in the 'applications/fusion/variants' should "
|
||||
"consist a number, corresponding to major Fusion version."
|
||||
)
|
||||
py3_var, _ = FUSION_VERSIONS_DICT[app_version]
|
||||
fusion_python3_home = self.launch_context.env.get(py3_var, "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue