No recursion

main
Bob Mottram 2021-12-30 14:04:25 +00:00
parent 466092cdac
commit fb7208938b
1 changed files with 1 additions and 0 deletions

View File

@ -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():