Changeset 20679


Ignore:
Timestamp:
05/31/16 19:28:23 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not warn user if JPL_SVN is not declared

File:
1 edited

Legend:

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

    r20142 r20679  
    99if(ISSM_DIR==None):
    1010        raise NameError('"ISSM_DIR" environment variable is empty! You should define ISSM_DIR in your .cshrc or .bashrc!')
    11 if(JPL_SVN==None):
    12         warnings.warn('"JPL_SVN" environment variable is empty! add it to your .cshrc or .bashrc if you want to do distant computing')
    1311
    1412#Go through src/m and append any directory that contains a *.py file to PATH
Note: See TracChangeset for help on using the changeset viewer.