Team2556 / RobotPythonTraining

Try WPI Python Robot programming
0 stars 0 forks source link

Decorator from utilities: KeepGoingInComp #1

Open wmbelk opened 2 weeks ago

wmbelk commented 2 weeks ago

def KeepGoingInComp(fn:???) -> ??? try: fn() except: if not self.isFmsAttached(): raise

wmbelk commented 2 weeks ago

https://robotpy.readthedocs.io/en/latest/guidelines.html