Skip to content

Commit 958c909

Browse files
committed
Cleaning up.
Signed-off-by: Mike Stitt <[email protected]>
1 parent 2f0c2e1 commit 958c909

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

subprojects/robotpy-wpilib/wpilib/iterativerobotpy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@ def loopFunc(self):
250250

251251
def printLoopOverrunMessage(self):
252252
reportWarning(
253-
f"Loop time of {self._periodS}s overrun\n", False
253+
f"Loop time of {self.watchdog.getTimeout()}s overrun", False
254254
)
255-
print("IN printLoopOverrunMessage\n\n", flush=True)
256255

257256
def printWatchdogEpochs(self):
258257
self.watchdog.printEpochs()

0 commit comments

Comments
 (0)