mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
code clean up again
This commit is contained in:
@@ -7,7 +7,7 @@ sys.path.append(os.path.dirname(os.path.abspath(__file__)) +
|
||||
|
||||
try:
|
||||
import rrt_star as m
|
||||
except:
|
||||
except ImportError:
|
||||
raise
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user