This commit is contained in:
Andrej730
2024-09-18 18:44:29 +05:00
parent dbfa4ecf65
commit 5860c3fe50
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
import os
import sys
if os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) == sys.path[0]:
if os.path.abspath(os.path.join(os.path.dirname(__file__), "..")) == sys.path[0]:
# Don't import ifcopenshell from local directory, because it most likely
# does not contain the built binary
sys.path[0:1] = []