Changeset 1115


Ignore:
Timestamp:
08/04/06 12:16:24 (18 years ago)
Author:
mar637
Message:

added patch from Tak, so the constructor works with ms directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1099 r1115  
    4949                        return
    5050                    raise IOError(s)
    51                 if os.path.isdir(filename):
     51                if os.path.isdir(filename) \
     52                   and not os.path.exists(filename+'/table.f1'):
    5253                    # crude check if asap table
    5354                    if os.path.exists(filename+'/table.info'):
Note: See TracChangeset for help on using the changeset viewer.