Skip to content

Commit

Permalink
fix: continue iterating if build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Jul 30, 2021
1 parent 3a0f3bc commit 24a2c1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bugmon/bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,6 @@ def detect_config(self) -> Optional[BugConfiguration]:
if result.status == EvaluatorResult.BUILD_CRASHED:
log.info("Successfully identified evaluator configuration!")
return config
if result.status == EvaluatorResult.BUILD_FAILED:
log.error("Cannot identify evaluator without original build!")
return None

# Record build string for reporting failed result
if build_str is None and result.build_str is not None:
Expand Down

0 comments on commit 24a2c1c

Please sign in to comment.