Skip to content

Commit

Permalink
EHD-1136: Add new ethnicity classification: ONS 2021 - 19+1 (new): Fi…
Browse files Browse the repository at this point in the history
…x bug in static site build script
  • Loading branch information
jamesgriff committed Oct 21, 2024
1 parent 303c837 commit c6e1748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/sitebuilder/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ def build_dashboards(build_dir):
classification_title=classification_title,
page_count=page_count,
nested_measures_and_dimensions=nested_measures_and_dimensions,
classification=current_app.classification_finder.get_classification_collection().get_classification_by_id(classification["id"])
)
dir_path = os.path.join(dashboards_dir, f'ethnicity-classifications/{classification["id"]}')
os.makedirs(dir_path, exist_ok=True)
Expand Down

0 comments on commit c6e1748

Please sign in to comment.