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 3ae3f76 commit 7dc58bcCopy full SHA for 7dc58bc
problems/getting-started/output-zero/tb/constant_zero.py
@@ -21,4 +21,6 @@ def get_signals(self):
21
22
async def zero_check(self):
23
if int(self.zero.value) != 0:
24
- raise DataError(f"Output should always be 0, got {self.zero.value} instead.")
+ raise DataError(
25
+ f"Output should always be 0, got {self.zero.value} instead."
26
+ )
0 commit comments