Changeset 20142


Ignore:
Timestamp:
02/12/16 10:30:05 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not error out if no settings are found, just warn:
:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/dev/devpath.py

    r19639 r20142  
    2929                sys.path.append(JPL_SVN + '/usr/' + USERNAME)
    3030        else:
    31                 raise NameError ('cluster settings should be in, '+ JPL_SVN +'/usr/' + USERNAME)
     31                warnings.warn('cluster settings should be in, '+ JPL_SVN +'/usr/' + USERNAME)
    3232
    3333#Manual imports for commonly used functions
Note: See TracChangeset for help on using the changeset viewer.