We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da71524 commit 0ea108eCopy full SHA for 0ea108e
photon-core/src/main/java/org/photonvision/common/hardware/metrics/MetricsManager.java
@@ -280,7 +280,7 @@ public void publishMetrics() {
280
281
public synchronized String execute(String command) {
282
try {
283
- runCommand.executeBashCommand(command);
+ runCommand.executeBashCommand(command, true, false);
284
return runCommand.getOutput();
285
} catch (Exception e) {
286
StringWriter sw = new StringWriter();
0 commit comments