ASM #537 - fix for AvnFPS: Syntax failed to flag format error
Change-Id: I39615891fb92f876e06d13eb3232ee937ec9080a Former-commit-id: 52d355b81fd7f7376d26f43ca6abe4d2ee744adf
This commit is contained in:
parent
9b7823084f
commit
237b09c2ad
1 changed files with 2 additions and 1 deletions
|
@ -319,6 +319,7 @@
|
||||||
# ------------ ---------- ----------- --------------------------
|
# ------------ ---------- ----------- --------------------------
|
||||||
# 02APR2014 17211 zhao (code obtained from the listserver via Virgil that implements a new rule regarding CB, TS etc)
|
# 02APR2014 17211 zhao (code obtained from the listserver via Virgil that implements a new rule regarding CB, TS etc)
|
||||||
# May 12, 2014 16928 zhao Modified check_prev_time()
|
# May 12, 2014 16928 zhao Modified check_prev_time()
|
||||||
|
# Sep 17, 2014 16928 zhao Added a line break "\n" to message 25 (since it appears together with message 49)
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
import exceptions, re, time, types
|
import exceptions, re, time, types
|
||||||
|
@ -356,7 +357,7 @@ or precipitation event (NWSI 10-813, Appendix C, 1.2.9.4)""",
|
||||||
22: """Invalid start hour""",
|
22: """Invalid start hour""",
|
||||||
23: """Invalid day""",
|
23: """Invalid day""",
|
||||||
24: """Issue and valid times do not match""",
|
24: """Issue and valid times do not match""",
|
||||||
25: """Group time period not within TAF forecast period""",
|
25: """Group time period not within TAF forecast period\n""",
|
||||||
26: """Only PROB30 is allowed""",
|
26: """Only PROB30 is allowed""",
|
||||||
27: """The PROB group shall not be used in the first
|
27: """The PROB group shall not be used in the first
|
||||||
9 hours of the valid TAF forecast
|
9 hours of the valid TAF forecast
|
||||||
|
|
Loading…
Add table
Reference in a new issue