Changeset 1113 for CMIP6dreqbuild/trunk/src/framework/imanage.py
- Timestamp:
- 18/10/17 08:54:57 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CMIP6dreqbuild/trunk/src/framework/imanage.py
r861 r1113 28 28 vfile = 'old/%s' % version 29 29 else: 30 vfile = '/data/ tmp/svn3/exarch/CMIP6dreq/tags/%s/dreqPy/docs' % version30 vfile = '/data/svn/exarch/CMIP6dreq/tags/%s/dreqPy/docs' % version 31 31 assert os.path.isdir( vfile ), 'No valid directory found for version %s' % version 32 32 self.dq = dreq.loadDreq(dreqXML='%s/dreq.xml' % vfile, configdoc='%s/dreq2Defn.xml' % vfile)
Note: See TracChangeset
for help on using the changeset viewer.