Skip to content

Commit

Permalink
Update epanet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariosmsk committed Apr 19, 2024
1 parent 1a1e34f commit afd6fc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion epyt/epanet.py
Original file line number Diff line number Diff line change
Expand Up @@ -11199,7 +11199,6 @@ def loadMSXFile(self, msxname, customMSXlib=None, ignore_properties=False):
self.msxname = msxname[:-4] + '_temp.msx'
copyfile(msxname, self.msxname)
self.msx = epanetmsxapi(self.msxname, customMSXlib=customMSXlib)
print(f'MSX version {__msxversion__}.')

#message to user if he uses ph with msx
if self.api._ph is not None:
Expand Down

0 comments on commit afd6fc1

Please sign in to comment.