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 ef502bc commit 3dd3784Copy full SHA for 3dd3784
1 file changed
examples/execve3.py
@@ -31,11 +31,12 @@ def hello_again(ctx: c_void_p) -> c_int64:
31
# print("execve called within last second")
32
# last().delete(key)
33
x = True
34
- x = False
+ y = False
35
if x:
36
- print("we prevailed")
37
- else:
38
- print("we did not prevail")
+ if y:
+ print("we prevailed")
+ else:
39
+ print("we did not prevail")
40
ts = ktime()
41
last().update(key, ts)
42
keys = 2
0 commit comments