Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
legoguy1000 committed Jan 24, 2024
1 parent 90bc52b commit e29f83e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,9 @@ public void testPeriodic() {}
private static final String advantageScopeFileName = "akit-log-path.txt";

/**
* Finds the path to a log file for replay, using the following priorities:
*
*
* 1. The value of the "AKIT_LOG_PATH" environment variable, if set 2. The file currently open
* in AdvantageScope, if available 3. The result of the prompt displayed to the user
* Finds the path to a log file for replay, using the following priorities: 1. The value of the
* "AKIT_LOG_PATH" environment variable, if set 2. The file currently open in AdvantageScope, if
* available 3. The result of the prompt displayed to the user
*/
public static String findReplayLog() {
// Read environment variables
Expand Down

0 comments on commit e29f83e

Please sign in to comment.