Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
[FIX] an ignored msg would mask subsequent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Apr 3, 2017
1 parent dfa33e1 commit ea42e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def make_pattern_list_callable(pattern_list):
ignore = True
break
if ignore:
break
continue
for report_pattern in errors_report:
if report_pattern(log_record):
errors.append(log_record)
Expand Down

0 comments on commit ea42e54

Please sign in to comment.