We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdff09 commit fde19beCopy full SHA for fde19be
p5/visualTests/sanity_testing.py
@@ -33,7 +33,3 @@
33
process = run(['python', name], stderr=PIPE, encoding='utf-8', timeout=2)
34
except subprocess.TimeoutExpired:
35
pass
36
- else:
37
- # If any error was found raise and exception
38
- if process.stderr:
39
- raise Exception(f'{process.stderr} in {name}')
0 commit comments