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 ea00c34 commit 6e261f2Copy full SHA for 6e261f2
magicbot/magicrobot.py
@@ -729,15 +729,15 @@ def _do_periodics(self) -> None:
729
self.onException()
730
else:
731
setter(value)
732
-
733
- for reset_dict, component in self._reset_components:
734
- component.__dict__.update(reset_dict)
735
736
watchdog.addEpoch("@magicbot.feedback")
737
738
for periodic, name in self.__periodics:
739
periodic()
740
watchdog.addEpoch(name)
+
+ for reset_dict, component in self._reset_components:
+ component.__dict__.update(reset_dict)
741
742
def _enabled_periodic(self) -> None:
743
"""Run components and all periodic methods."""
0 commit comments