Changeset ff2a11c in flex_extract.git for source/python/install.py


Ignore:
Timestamp:
Nov 29, 2018, 9:05:05 PM (5 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
38e83ba
Parents:
b2e95c3
Message:

changed generation of final job_scripts by using genshi templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/python/install.py

    r6cda7c1 rff2a11c  
    567567                                          _config.FLEXEXTRACT_DIRNAME,
    568568                                          _config.PATH_REL_PYTHON_SRC)
     569    if '$' in fp_root_path_to_python:
     570        ind = fp_root_path_to_python.index('$')
     571        fp_root_path_to_python = fp_root_path_to_python[0:ind] + '$' + \
     572                                 fp_root_path_to_python[ind:]
    569573
    570574    try:
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG