summaryrefslogtreecommitdiffstats
path: root/src/test_interrupts.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_interrupts.py')
-rw-r--r--src/test_interrupts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_interrupts.py b/src/test_interrupts.py
index 69e7a80..21b0dea 100644
--- a/src/test_interrupts.py
+++ b/src/test_interrupts.py
@@ -90,7 +90,7 @@ for f in files:
contents = open(os.path.join(scons_lib_dir, f)).read()
try_except_lines = {}
lastend = 0
- while 1:
+ while True:
match = tryexc_pat.search( contents, lastend )
if match is None:
break