Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
dav1312 committed Sep 23, 2022
1 parent 341e507 commit 6287082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/fishtest/rundb.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ def get_finished_runs(

count = self.runs.count_documents(q)

runs_list = [run for run in c]
runs_list = list(c)
return [runs_list, count]

def get_results(self, run, save_run=True):
Expand Down

0 comments on commit 6287082

Please sign in to comment.