Skip to content

Commit

Permalink
Create web/content/results directory
Browse files Browse the repository at this point in the history
  • Loading branch information
bobot committed Jul 10, 2024
1 parent d4e1115 commit 175bcd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smtcomp/generate_website_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def info_for_podium_step(kind: smtcomp.scoring.Kind, config: defs.Config, result
def export_results(config: defs.Config, selection: pl.LazyFrame, results: pl.LazyFrame) -> None:

dst = config.web_results
dst.mkdir(parents=True, exist_ok=True)

results = results.collect().lazy()

Expand Down

0 comments on commit 175bcd5

Please sign in to comment.