Skip to content

Commit

Permalink
Fix python wrapper code
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
  • Loading branch information
ibell committed Jan 7, 2015
1 parent 1693b19 commit 3c65678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/Python/CoolProp/CoolProp.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ cpdef PropsSI(in1, in2, in3 = None, in4 = None, in5 = None, in6 = None, in7 = No
else:
return val
else:
throw ValueError('input #7 cannot be provided')
raise ValueError('input #7 cannot be provided')

cpdef list FluidsList():
"""
Expand Down

0 comments on commit 3c65678

Please sign in to comment.