Changeset 2243
- Timestamp:
- 07/03/07 14:41:53 (14 years ago)
- Location:
- TI02-CSML/trunk/csml
- Files:
-
- 4 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/csmllibs/csmldataiface.py
r2208 r2243 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.