Changeset 32018 for trunk/ippToPsps
- Timestamp:
- Aug 3, 2011, 4:25:05 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/gpc1db.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/gpc1db.py
r31919 r32018 223 223 files = glob.glob(path + "/*.smf") 224 224 225 if len(files) < 1: return "NULL"225 if len(files) < 1: return None 226 226 227 227 return Fits(self.logger, self.doc, files[0]) # TODO just returning first file - check … … 261 261 262 262 self.logger.error("Could not find stack cmf") 263 return "NULL"263 return None 264 264 265 265 '''
Note:
See TracChangeset
for help on using the changeset viewer.
