Changeset 3946de5 in flex_extract.git for source/python/mods


Ignore:
Timestamp:
Nov 16, 2018, 8:07:45 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
5e7c588
Parents:
1abf820
Message:

added testing for most of the install functions; improved install functions with exception handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/mods/tools.py

    r96e1533 r3946de5  
    9999        return None
    100100    return int(value)
     101
     102def check_filepattern(filename):
     103    '''
     104    '''
     105    if '.ksh' in filename:
     106        return True
     107    return False
     108
     109
    101110
    102111def get_cmdline_arguments():
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG