From 396519b17af50fcfa029be451d33afbff822a6e3 Mon Sep 17 00:00:00 2001 From: "Zhidong.Hao" Date: Wed, 17 Sep 2014 15:02:13 -0400 Subject: [PATCH] ASM #537 - fix for AvnFPS: Syntax failed to flag format error Change-Id: I39615891fb92f876e06d13eb3232ee937ec9080a Former-commit-id: 52d355b81fd7f7376d26f43ca6abe4d2ee744adf --- .../localization/aviation/python/TafDecoder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cave/com.raytheon.viz.avnconfig/localization/aviation/python/TafDecoder.py b/cave/com.raytheon.viz.avnconfig/localization/aviation/python/TafDecoder.py index dadcd44c41..2f7c6912b0 100644 --- a/cave/com.raytheon.viz.avnconfig/localization/aviation/python/TafDecoder.py +++ b/cave/com.raytheon.viz.avnconfig/localization/aviation/python/TafDecoder.py @@ -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