Skip to content

Commit

Permalink
mndot: Clear status after query 5-min sample
Browse files Browse the repository at this point in the history
  • Loading branch information
DougLau committed Dec 20, 2024
1 parent b42dd5e commit b9d5a48
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,12 @@ private void storeGreenCount(RampMeterImpl meter, int g) {
}
}
}

/** Cleanup the operation */
@Override
public void cleanup() {
if (isSuccess())
putCtrlFaults(null, null);
super.cleanup();
}
}

0 comments on commit b9d5a48

Please sign in to comment.