ASM #537 - fix for AvnFPS: Syntax failed to flag format error
Change-Id: I39615891fb92f876e06d13eb3232ee937ec9080a Former-commit-id:873e09a5f2
[formerly8fadf3bf2c
] [formerly237b09c2ad
] [formerly396519b17a
[formerly237b09c2ad
[formerly 52d355b81fd7f7376d26f43ca6abe4d2ee744adf]]] Former-commit-id:396519b17a
Former-commit-id: ae22e7a99796a84993a76d3a6c99b04b7a72cc96 [formerly078ef6a992
] Former-commit-id:66df3687d6
This commit is contained in:
parent
656048cf81
commit
28998ee947
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)
|
||||
# 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
|
||||
|
@ -356,7 +357,7 @@ or precipitation event (NWSI 10-813, Appendix C, 1.2.9.4)""",
|
|||
22: """Invalid start hour""",
|
||||
23: """Invalid day""",
|
||||
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""",
|
||||
27: """The PROB group shall not be used in the first
|
||||
9 hours of the valid TAF forecast
|
||||
|
|
Loading…
Add table
Reference in a new issue