Skip to content

Commit 10bef1d

Browse files
Fix another path issue
1 parent 9b00e6d commit 10bef1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cad/pcb_raiser_cam.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
from build123d_ease import show
1414
from loguru import logger
1515

16-
sys.path.append(str(Path(__file__).parent))
17-
16+
sys.path.append(str(Path(__file__).parent.parent))
1817
from cad.components.tiny_dc_motor_with_gearbox import (
1918
MainSpec as MotorMainSpec,
2019
)

0 commit comments

Comments
 (0)