Former-commit-id:734cc8a441
[formerly0bd53be339
[formerly b5a49fa57d2168e4680b0329b99733e35381eeb9]] Former-commit-id:0bd53be339
Former-commit-id:6a09b38c03
This commit is contained in:
parent
430120f6b9
commit
dcfbb02f17
2 changed files with 4 additions and 3 deletions
|
@ -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,
|
||||
LocalizationSupport.SITE, self._site,
|
||||
self._getAdvisoryPath()).getFile()
|
||||
|
||||
return file
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue