Skip to content
Snippets Groups Projects
Verified Commit 9b37f709 authored by dos's avatar dos
Browse files

sim: fakes: captouch: Fix infinite recursion in CaptouchPetalState.bottom

parent 44675758
No related branches found
No related tags found
No related merge requests found
Pipeline #9365 passed
......@@ -50,7 +50,7 @@ class CaptouchPetalState:
@property
def bottom(self) -> bool:
return not self.bottom
return not self.top
@property
def pads(self) -> CaptouchPetalPadsState:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment