Changeset 2255
- Timestamp:
- 12/03/07 10:21:01 (14 years ago)
- Location:
- TI02-CSML/trunk
- Files:
-
- 4 deleted
- 1 edited
- 7 copied
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/csmllibs/csmldataiface.py
r2246 r2255 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.