Skip to content

Commit

Permalink
Change path where error messages are saved on Homer
Browse files Browse the repository at this point in the history
  • Loading branch information
jgruselius authored and Marvin committed Aug 26, 2019
1 parent cf001b2 commit 3f7ef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bravo_logger.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@ECHO OFF
SETLOCAL
SET LOG_PATH="H:\bravo_logs\"
SET LOG_PATH="Y:\Bravo\bravo_logs\"
SET LOG_FILE="marvin_errors.log"
IF NOT EXIST %LOG_PATH% (SET LOG_PATH="%USERPROFILE%\Desktop\")
SET SCRIPT="%USERPROFILE%\Repos\standalone_scripts\upload_robot_logs.py"
Expand Down

0 comments on commit 3f7ef92

Please sign in to comment.