about summary refs log tree commit diff stats
path: root/example/jitter/trace.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/jitter/trace.py')
-rw-r--r--example/jitter/trace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/trace.py b/example/jitter/trace.py
index 968626f4..92134f33 100644
--- a/example/jitter/trace.py
+++ b/example/jitter/trace.py
@@ -58,5 +58,5 @@ start_time = time.time()
 sb.run()
 stop_time = time.time()
 
-assert sb.jitter.run is False
+assert sb.jitter.running is False
 print("Instr speed: %02.f / sec" % (instr_count / (stop_time - start_time)))