We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4501c3d commit b638186Copy full SHA for b638186
1 file changed
epanet-module/epamodule.py
@@ -567,6 +567,7 @@ def ENsolveH():
567
def ENopenH():
568
"""Opens the hydraulics analysis system"""
569
ierr= _lib.ENopenH()
570
+ if ierr != 0: raise ENtoolkitError(ierr)
571
572
573
def ENinitH(flag=None):
0 commit comments