Changeset 22293


Ignore:
Timestamp:
12/18/17 01:07:54 (7 years ago)
Author:
bdef
Message:

BUG: adding nightly run to sys.path which is needed to load runme

File:
1 edited

Legend:

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

    r22267 r22293  
    1919                                if root not in sys.path:
    2020                                        sys.path.append(root)
     21
     22#Also add the Nightly run directory
     23sys.path.append(ISSM_DIR + '/test/NightlyRun')
    2124                               
    2225sys.path.append(ISSM_DIR + '/lib')
Note: See TracChangeset for help on using the changeset viewer.