- Timestamp:
- 08/04/06 12:16:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r1099 r1115 49 49 return 50 50 raise IOError(s) 51 if os.path.isdir(filename): 51 if os.path.isdir(filename) \ 52 and not os.path.exists(filename+'/table.f1'): 52 53 # crude check if asap table 53 54 if os.path.exists(filename+'/table.info'):
Note:
See TracChangeset
for help on using the changeset viewer.