Skip to content

Commit f563bb2

Browse files
committed
fix bug in helper
1 parent 6424644 commit f563bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def run_helper(tests, parameters, args):
4141
with open(filename) as f:
4242
source = f.read(MAX_FILE_SIZE)
4343
except OSError:
44-
pass
44+
return
4545

4646
helper_info = {
4747
"test_label": test.label,

0 commit comments

Comments
 (0)