Changeset 20142
- Timestamp:
- 02/12/16 10:30:05 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/dev/devpath.py
r19639 r20142 29 29 sys.path.append(JPL_SVN + '/usr/' + USERNAME) 30 30 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) 32 32 33 33 #Manual imports for commonly used functions
Note:
See TracChangeset
for help on using the changeset viewer.