Update TODOs, minor cleanups, add ledMode to pipelinesettings

This commit is contained in:
Banks Troutman
2020-05-25 20:29:18 -04:00
parent e652b42912
commit 9756420ce3
16 changed files with 16 additions and 24 deletions

View File

@@ -61,9 +61,8 @@ public enum Platform {
e.printStackTrace();
}
// TODO: better way to do this?
while (!shell.isOutputCompleted()) {
// ignored
// TODO: add timeout
}
if (shell.getExitCode() == 0) {

View File

@@ -49,7 +49,6 @@ public class FileUtils {
e.printStackTrace();
}
} else {
// TODO file perms on Windows
logger.info("Cannot set directory permissions on Windows!");
}
}