dev_environment.py - small error message tweak

This commit is contained in:
Andrej730
2025-10-31 17:39:37 +05:00
parent fa0c1c5d2a
commit b97c7d39ad
+1 -1
View File
@@ -47,7 +47,7 @@ elif sys.platform == "darwin":
elif sys.platform == "linux":
BLENDER_PATH = Path.home() / f".config/blender/{BLENDER_VERSION}"
else:
raise RuntimeError("Unsupported platform")
raise RuntimeError(f"Unsupported platform: {sys.platform}")
BONSAI_PATH_CANDIDATES = (