Skip to content

Commit

Permalink
Merge pull request #59 from srcarter3/phensig-addition
Browse files Browse the repository at this point in the history
Fixed syntax error for phensig table update
  • Loading branch information
srcarter3 authored Apr 19, 2022
2 parents 7ba4e1f + e8a9334 commit 526eb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awips/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -1540,7 +1540,7 @@ def __init__(self, *initial_data, **kwargs):
'hdln': 'Dust Storm Warning'},
'DS.Y' : {'phen': 'DS',
'sig': 'Y',
'color': 'darkkhaki'
'color': 'darkkhaki',
'hdln': 'Dust Advisory'},
'DU.Y' : {'phen': 'DU',
'sig': 'Y',
Expand Down

0 comments on commit 526eb8d

Please sign in to comment.