Changeset 1893


Ignore:
Timestamp:
08/24/10 15:37:46 (14 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 on scantable constructor.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1883 r1893  
    159159                #         and not os.path.exists(filename+'/table.f1'):
    160160                elif is_ms(filename):
     161                    self._fill([filename], unit, average, getpt, antenna)
     162                elif os.path.isfile(filename):
    161163                    self._fill([filename], unit, average, getpt, antenna)
    162164                else:
Note: See TracChangeset for help on using the changeset viewer.