Issue #106
Change-Id: Ib33b9294d4fd50d1cd3a815c841d4744ec4ba691 Former-commit-id:95a104be58
[formerly04079da5ad
] [formerly95a104be58
[formerly04079da5ad
] [formerlyf3f378bcdc
[formerly 00e518eafbc5032d4e23128ac0c415d4f9c0ab79]]] Former-commit-id:f3f378bcdc
Former-commit-id:8d42d86883
[formerlyed44b4b896
] Former-commit-id:8f747dea54
This commit is contained in:
parent
da6eb8bd38
commit
78e302b590
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue