mirror of
https://github.com/Team4388/2022NoWayHome.git
synced 2026-06-09 00:38:05 -06:00
Rename workspace
Organize imports Add end of file newlines
This commit is contained in:
@@ -11,7 +11,6 @@ public class NetworkTablesDesktopClient {
|
||||
public static void main(String[] args) {
|
||||
NetworkTableInstance instance = NetworkTableInstance.getDefault();
|
||||
instance.getTable("Recording").addEntryListener((table, key, entry, value, flags) -> {
|
||||
// File file = new File(key);
|
||||
Path path = Path.of("..", "src", "main", "deploy", "pathplanner", key);
|
||||
File file = path.toFile();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user