Changeset 7887cf4 in sasmodels
- Timestamp:
- May 26, 2016 7:13:13 AM (8 years ago)
- 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. - 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.