Skip to content

Commit c1a855d

Browse files
committed
fix path name
1 parent ffda0ac commit c1a855d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_rrt_star.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import os
44
sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
5-
"/../PathPlanning/RRTStar/")
5+
"/../PathPlanning/RRTstar/")
66

77
try:
88
print(sys.path)

0 commit comments

Comments
 (0)