mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
dev_environment.py - small error message tweak
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user