Changed LaunchFailed message from PYTHON36 to PYTHON PATH

This commit is contained in:
Jacob Danell 2023-02-10 14:11:15 +01:00 committed by Jakub Ježek
parent fa526b3e4b
commit eb3dd357e3

View file

@ -36,7 +36,7 @@ class FusionPrelaunch(PreLaunchHook):
"Make sure the environment in fusion settings has "
"'FUSION_PYTHON3_HOME' set correctly and make sure "
"Python 3 is installed in the given path."
f"\n\nPYTHON36: {fusion_python3_home}"
f"\n\nPYTHON PATH: {fusion_python3_home}"
)
self.log.info(f"Setting {py3_var}: '{py3_dir}'...")