Changeset 1920 for trunk/python/utils.py


Ignore:
Timestamp:
09/09/10 18:53:37 (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...

Modified help texts.
Added 'ms' to the possible suffix values for list_files().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/utils.py

    r1860 r1920  
    6161    if not os.path.isdir(path):
    6262        return None
    63     valid = "rpf rpf.1 rpf.2 sdf sdfits mbf asap".split()
     63    valid = "ms rpf rpf.1 rpf.2 sdf sdfits mbf asap".split()
    6464    if not suffix in valid:
    6565        return None
Note: See TracChangeset for help on using the changeset viewer.