From e8a933475c82e5635546259783539bc9b8d49a5b Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Tue, 19 Apr 2022 11:32:33 -0600 Subject: [PATCH] Fixed syntax error for phensig table update --- awips/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awips/tables.py b/awips/tables.py index bbd1845..100875f 100644 --- a/awips/tables.py +++ b/awips/tables.py @@ -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',