Changeset 2752 for trunk/python


Ignore:
Timestamp:
01/30/13 14:00:27 (11 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Bug fix.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r2751 r2752  
    5353        #elif ( l.find('Measurement Set') == -1 and
    5454        #       l.find('Image') == -1):
    55         elif re.match(unmatch_pattern,l) is None:
     55        elif re.match(unmatch_pattern,l):
    5656            return True
    5757        else:
Note: See TracChangeset for help on using the changeset viewer.