Changes in / [7887cf4:4d8e0bb] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    rf3cb36b r7e16db7  
    122122    logging.info(command_str) 
    123123    try: 
    124         subprocess.check_output(command, shell=False, stderr=subprocess.STDOUT) 
     124        subprocess.check_output(command, shell=True, 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.