Skip to content

Commit

Permalink
Remove dthe unwanted break statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
akarshgupta7 committed Nov 26, 2024
1 parent 2de4273 commit 99290d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/query-eval/queryeval/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ def run(self):
tb = traceback.format_exc()
console.print(f"[red]Error: {tb}")
result.error = f"Error: {tb}"
break
self.write_results_file()
self.print_metrics_summary()
console.print(":tada: Done!")

0 comments on commit 99290d3

Please sign in to comment.