Codebase list ros-ros / 5a29312
correct name of the findpath script (#27) (#213) James Xu authored 5 years ago Dirk Thomas committed 5 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2121 exit /b 1
2222 )
2323
24 for /f "tokens=*" %%g in ('call python %~dp0\findpath.py %1 forceeval') do (
24 for /f "tokens=*" %%g in ('call python %~dp0\rosfindpath.py %1 forceeval') do (
2525 set target_path=%%~g
2626 )
2727
00 @echo off
11
22 if "%1" equ "--help" goto :usage
3 for /f "tokens=*" %%g in ('call python %~dp0\findpath.py %1 forceeval') do (
3 for /f "tokens=*" %%g in ('call python %~dp0\rosfindpath.py %1 forceeval') do (
44 set target_path=%%~g
55 )
66