Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Henderson committed May 19, 2021
1 parent c403eea commit 2a0bd10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def upgrade():
.join(run_table, run_table.c.id == summary_table.c.run_id)
.filter(run_table.c.name.like("commit: %"))
)
print(f"Processing {len(summaries)} summaries")

i = 1

for summary in summaries:
Expand Down

0 comments on commit 2a0bd10

Please sign in to comment.