This commit is contained in:
Andrej
2025-05-29 17:23:02 +05:00
parent ea7ced738a
commit 0663c5130a
25 changed files with 42 additions and 22 deletions
@@ -65,7 +65,7 @@ if TYPE_CHECKING:
import ifcopenshell.express.schema_class
if hasattr(os, "uname"):
if sys.platform != "win32":
platform_system = os.uname()[0].lower()
else:
platform_system = "windows"