Changeset 7887cf4 in sasmodels


Ignore:
Timestamp:
May 26, 2016 5:13:13 AM (8 years ago)
Author:
bmaranville <brian.maranville@…>
Parents:
4d8e0bb (diff), f3cb36b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge f3cb36b2e207b45beecf3bd4736f423f1e51953e into 4d8e0bbc5f6ee67809ded1ae0b47bcf2f870a160

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    r7e16db7 rf3cb36b  
    122122    logging.info(command_str) 
    123123    try: 
    124         subprocess.check_output(command, shell=True, stderr=subprocess.STDOUT) 
     124        subprocess.check_output(command, shell=False, stderr=subprocess.STDOUT) 
    125125    except subprocess.CalledProcessError as exc: 
    126126        raise RuntimeError("compile failed.\n%s\n%s"%(command_str, exc.output)) 
Note: See TracChangeset for help on using the changeset viewer.