Skip to content

Commit 9b00e6d

Browse files
Fix path issue
1 parent 5be71b1 commit 9b00e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cad/column_rod_housing_assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from loguru import logger
2626

2727
# Prepare for imports from the parent directory.
28-
sys.path.insert(0, str(Path(__file__).parent.absolute()))
28+
sys.path.insert(0, str(Path(__file__).parent.parent.absolute()))
2929
from cad import dot_column_cam_rod_octagon
3030

3131

0 commit comments

Comments
 (0)