Change-Id: Ib33b9294d4fd50d1cd3a815c841d4744ec4ba691

Former-commit-id: 00e518eafbc5032d4e23128ac0c415d4f9c0ab79
This commit is contained in:
Zhidong.Hao 2014-01-14 12:02:11 -05:00
parent a5280b938c
commit f3f378bcdc

View file

@ -63,6 +63,7 @@
# Date Ticket# Engineer Description
# ------------- ---------- ----------- --------------------------
# Feb. 21, 2013 15834 zhao Modified for CCFP 8hr data
# Jan. 14 2014 16289 zhao Modified time format in _makeData() to match A1
#
import logging, time
import Avn, AvnLib, Globals, MonitorP
@ -97,7 +98,7 @@ class Monitor(MonitorP.Monitor):
fcst[vtime] = d = dict(tmp)
ttok = ['%s: %s' % (x.upper(), _Code[x].get(int(d[x]), ''))\
for x in d]
text.append('%sZ %s' % (tok[1][4:-2], ' '.join(ttok)))
text.append('%sZ %s' % (tok[1][6:-2], ' '.join(ttok)))
if not text:
text.append('NIL CONVECTION')
for s in seq: