summaryrefslogtreecommitdiff
path: root/lab/run_trace.py
diff options
context:
space:
mode:
Diffstat (limited to 'lab/run_trace.py')
-rw-r--r--lab/run_trace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lab/run_trace.py b/lab/run_trace.py
index c0e47593..54e6a53f 100644
--- a/lab/run_trace.py
+++ b/lab/run_trace.py
@@ -20,7 +20,7 @@ def trace(frame, event, arg):
os.path.basename(frame.f_code.co_filename),
frame.f_lineno,
frame.f_lasti,
- ))
+ ))
if event == 'call':
nest += 1