parent
79d07b53e0
commit
5a29312432
|
@ -22,7 +22,7 @@ if "%1" equ "" (
|
|||
exit /b 1
|
||||
)
|
||||
|
||||
for /f "tokens=*" %%g in ('call python %~dp0\findpath.py %1 forceeval') do (
|
||||
for /f "tokens=*" %%g in ('call python %~dp0\rosfindpath.py %1 forceeval') do (
|
||||
set target_path=%%~g
|
||||
)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@echo off
|
||||
|
||||
if "%1" equ "--help" goto :usage
|
||||
for /f "tokens=*" %%g in ('call python %~dp0\findpath.py %1 forceeval') do (
|
||||
for /f "tokens=*" %%g in ('call python %~dp0\rosfindpath.py %1 forceeval') do (
|
||||
set target_path=%%~g
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue