Skip to content

Commit

Permalink
corrected copy & paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriesfeller committed Jun 1, 2022
1 parent 97daa39 commit 391b9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaerocom/aeroval/coldatatojson_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def _process_heatmap_data(
hm_freq[regname] = {}
for per in periods:
for season in seasons:
use_dummy = cd is None
use_dummy = coldata is None
perstr = f"{per}-{season}"
if use_dummy:
stats = stats_dummy
Expand Down

0 comments on commit 391b9f7

Please sign in to comment.