Closed auscompgeek closed 1 year ago
I was able to duplicate this once, but then it never happened once I did raise RuntimeError()
instead (and in fact, it kept working even when I changed it back). Something weird here, for sure, but I don't see any reason why this bug would occur.
Closing, can reopen if we see it again.
Problem description
If an exception is raised from
startCompetition
, e.g. withintestPeriodic
, then the exception is raised but doesn't cause the robot code process to terminate, when on the roboRIO.Operating System
RoboRIO
Installed Python Packages
No response
Reproducible example code