mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Merge pull request #59 from srcarter3/phensig-addition
Fixed syntax error for phensig table update
This commit is contained in:
commit
526eb8d1b1
1 changed files with 1 additions and 1 deletions
|
@ -1540,7 +1540,7 @@ vtec = {
|
|||
'hdln': 'Dust Storm Warning'},
|
||||
'DS.Y' : {'phen': 'DS',
|
||||
'sig': 'Y',
|
||||
'color': 'darkkhaki'
|
||||
'color': 'darkkhaki',
|
||||
'hdln': 'Dust Advisory'},
|
||||
'DU.Y' : {'phen': 'DU',
|
||||
'sig': 'Y',
|
||||
|
|
Loading…
Add table
Reference in a new issue