From fb7208938b051876eea6c3fb36c4ad1d84c43f1e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 30 Dec 2021 14:04:25 +0000 Subject: [PATCH] No recursion --- tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.py b/tests.py index 851e0abc8..3e16e1c71 100644 --- a/tests.py +++ b/tests.py @@ -4562,6 +4562,7 @@ def _test_source_contains_no_tabs(): if '\t' in source_str: print(source_file + ' contains tabs') assert False + break def _test_checkbox_names():