diff --git a/cave/com.raytheon.viz.gfe/localization/gfe/userPython/textProducts/HLSTCV_Common.py b/cave/com.raytheon.viz.gfe/localization/gfe/userPython/textProducts/HLSTCV_Common.py index a9063673e6..681a02cc25 100644 --- a/cave/com.raytheon.viz.gfe/localization/gfe/userPython/textProducts/HLSTCV_Common.py +++ b/cave/com.raytheon.viz.gfe/localization/gfe/userPython/textProducts/HLSTCV_Common.py @@ -1020,10 +1020,9 @@ FORECASTER STEWART""" self._loadLastTwoAdvisories() def _synchronizeAdvisories(self): - # Retrieving a directory causes synching to occur - file = LocalizationSupport.getLocalizationFile(LocalizationSupport.CAVE_STATIC, - LocalizationSupport.SITE, + file = LocalizationSupport.getLocalizationFile(LocalizationSupport.CAVE_STATIC, + LocalizationSupport.SITE, self._site, self._getAdvisoryPath()).getFile() return file diff --git a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/textproducts/templates/product/HLS.py b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/textproducts/templates/product/HLS.py index 78cb3f23c0..7c4eac70b1 100644 --- a/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/textproducts/templates/product/HLS.py +++ b/edexOsgi/com.raytheon.edex.plugin.gfe/utility/edex_static/base/textproducts/templates/product/HLS.py @@ -371,6 +371,8 @@ class TextProduct(HLSTCV_Common.TextProduct): partsList.append('nextUpdate') partsList.append('endProduct') + self.debug_print("Product Parts partsList = %s" % partsList, 1) + return { 'partsList': partsList }