Changes in sasmodels/kerneldll.py [1ddb794:2d81cfe] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/kerneldll.py

    r1ddb794 r2d81cfe  
    185185        subprocess.check_output(command, shell=shell, stderr=subprocess.STDOUT) 
    186186    except subprocess.CalledProcessError as exc: 
    187         raise RuntimeError("compile failed.\n%s\n%s" 
    188                            % (command_str, exc.output.decode())) 
     187        raise RuntimeError("compile failed.\n%s\n%s"%(command_str, exc.output)) 
    189188    if not os.path.exists(output): 
    190189        raise RuntimeError("compile failed.  File is in %r"%source) 
Note: See TracChangeset for help on using the changeset viewer.