Changeset 2242
- Timestamp:
- 07/03/07 14:35:59 (14 years ago)
- Location:
- TI02-CSML/branches/CSML-egged
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/branches/CSML-egged/csml/csmllibs/csmldataiface.py
r2208 r2242 371 371 def getListofVariables(self): 372 372 variableList=self.file.variables.keys() 373 374 # Hack to test if removing climatology_bounds fixes pywms bug 375 if 'climatology_bounds' in variableList: 376 variableList.remove('climatology_bounds') 377 373 378 return variableList 374 379
Note: See TracChangeset
for help on using the changeset viewer.