Changeset 2752
- Timestamp:
- 01/30/13 14:00:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r2751 r2752 53 53 #elif ( l.find('Measurement Set') == -1 and 54 54 # l.find('Image') == -1): 55 elif re.match(unmatch_pattern,l) is None:55 elif re.match(unmatch_pattern,l): 56 56 return True 57 57 else:
Note:
See TracChangeset
for help on using the changeset viewer.