Fix python wrapper code

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2015-01-07 15:23:16 -07:00
parent 1693b19a81
commit 3c65678a8d

View File

@@ -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():
"""