We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb73481 commit cc78f85Copy full SHA for cc78f85
2 files changed
examples/run_lowcost.py
@@ -125,6 +125,7 @@ def main():
125
print(" * CORRECT: Alice's phone concludes she is at risk")
126
else:
127
print(" * ERROR: Alice's phone does not conclude she is at risk")
128
+ raise RuntimeError("Example code failed!")
129
130
print("\n[Alice] Runs housekeeping to update her observation store")
131
alice.housekeeping_after_batch(batch)
examples/run_unlinkable.py
@@ -127,6 +127,7 @@ def main():
132
133
if __name__ == "__main__":
0 commit comments