Skip to content

Commit

Permalink
Forward CLI args of windows run_*.bat files appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Faion committed Oct 31, 2019
1 parent 08139ab commit 8f58dda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pupil_src/run_capture.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SET PATH=%PATH%;%~dp0..\pupil_external
python main.py capture
python main.py capture %*
2 changes: 1 addition & 1 deletion pupil_src/run_player.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SET PATH=%PATH%;%~dp0..\pupil_external
python main.py player %1%
python main.py player %*
2 changes: 1 addition & 1 deletion pupil_src/run_service.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SET PATH=%PATH%;%~dp0..\pupil_external
python main.py service
python main.py service %*

0 comments on commit 8f58dda

Please sign in to comment.