Skip to content

Commit eedd638

Browse files
committed
Update GW_STORE ingestion
1 parent 4a78281 commit eedd638

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

etl/tier_data/scripts/load_all_tier_results.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,7 @@ def load_gw_stor_data() -> Tuple[List[Dict], List[Dict]]:
528528
})
529529
display_order += 1
530530

531-
total = len(wba_columns)
532-
if total > 0:
531+
if tier_sums.total_count > 0:
533532
agg = _multi_value_aggregate(scenario, 'GW_STOR', tier_sums.get_sums(), tier_sums.total_sum, tier_sums.total_count)
534533
agg['_source_file'] = 'GW_STOR.csv'
535534
tier_results.append(agg)

0 commit comments

Comments
 (0)