Changeset 31919
- Timestamp:
- Jul 22, 2011, 3:43:42 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/gpc1db.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/gpc1db.py
r31860 r31919 211 211 path = path[0:path.rfind("/")] 212 212 213 # list all cmf files if a neb path213 # list all smf files if a neb path 214 214 files = [] 215 215 if path.startswith("neb"): … … 221 221 # or not a neb path 222 222 else: 223 files = glob.glob(path + "/*. cmf")223 files = glob.glob(path + "/*.smf") 224 224 225 225 if len(files) < 1: return "NULL"
Note:
See TracChangeset
for help on using the changeset viewer.
