Skip to content

Commit

Permalink
Merge branch 'develop' into 179d_at_submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nllong authored Nov 23, 2023
2 parents 6b55ce9 + a7ef1b1 commit 0143645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seed/analysis_pipelines/co2.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ def _run_analysis(self, meter_readings_by_analysis_property_view, analysis_id):
table_name='PropertyState',
)
if created:
column.display_name = 'Average Annual CO2 (kgCO2e)',
column.column_description = 'Average Annual CO2 (kgCO2e)',
column.display_name = 'Average Annual CO2 (kgCO2e)'
column.column_description = 'Average Annual CO2 (kgCO2e)'
column.save()

column, created = Column.objects.get_or_create(
Expand Down

0 comments on commit 0143645

Please sign in to comment.