Changes in / [4d8e0bb:7887cf4] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kerneldll.py
r7e16db7 rf3cb36b 122 122 logging.info(command_str) 123 123 try: 124 subprocess.check_output(command, shell= True, stderr=subprocess.STDOUT)124 subprocess.check_output(command, shell=False, stderr=subprocess.STDOUT) 125 125 except subprocess.CalledProcessError as exc: 126 126 raise RuntimeError("compile failed.\n%s\n%s"%(command_str, exc.output))
Note: See TracChangeset
for help on using the changeset viewer.