From 2dee8ddb164c1fd55b59012cd7b4cd1835454b51 Mon Sep 17 00:00:00 2001 From: David Gillingham Date: Wed, 8 May 2013 11:14:23 -0500 Subject: [PATCH] Issue #1988: Fix iscMosaic regression caused by DR 1941. Change-Id: I6b2f28c6c1519645d3eedb081288e35545612ca9 Former-commit-id: 110c7d2571b0e92bc79a0ad9aa1eb20626c3d843 [formerly d0ef15027759d301e16a4897b8ddc4a6670de2fb] Former-commit-id: 8140f0f00fc731fd7cd0ca5bb2fdf151d0ec588f --- .../utility/edex_static/base/gfe/isc/iscMosaic.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/gfe/isc/iscMosaic.py b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/gfe/isc/iscMosaic.py index 0bdf4c8e9a..d60d1c825e 100644 --- a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/gfe/isc/iscMosaic.py +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/gfe/isc/iscMosaic.py @@ -77,6 +77,8 @@ from com.raytheon.uf.edex.database.cluster import ClusterTask # 03/12/13 1759 dgilling Remove unnecessary command line # processing. # 04/24/13 1941 dgilling Re-port WECache to match A1. +# 05/08/13 1988 dgilling Fix history handling bug in +# __getDbGrid(). # # @@ -730,12 +732,6 @@ class IscMosaic: grid = self._wec[tr] if grid is not None: destGrid, history = grid - - tempHistory = [] - for hist in history: - tempHistory.append(hist.getCodedString()) - history = tempHistory - self.__dbGrid = (destGrid, history, tr) else: self.logProblem("Unable to access grid for ", @@ -743,6 +739,7 @@ class IscMosaic: return None return (self.__dbGrid[0], self.__dbGrid[1]) + #--------------------------------------------------------------------- # calculate file start/end processing times # Returns (startTime, endTime) or None for processing