Skip to content

Commit

Permalink
Revert "Update epanet.py"
Browse files Browse the repository at this point in the history
This reverts commit cbb1b1c.
  • Loading branch information
Mariosmsk committed Mar 23, 2024
1 parent cbb1b1c commit 532d1a3
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 @@ -12812,7 +12812,6 @@ def __init__(self, version=2.2, msx=False):
self.LibEPANET = resource_filename("epyt", os.path.join("libraries", f"mac/lib{libname}.dylib"))
else:
self.LibEPANET = resource_filename("epyt", os.path.join("libraries", f"glnx/lib{libname}.so"))
copyfile(os.path.dirname(self.LibEPANET), '/lib/x86_64-linux-gnu/libepanet.so')

self._lib = cdll.LoadLibrary(self.LibEPANET)
self.LibEPANETpath = os.path.dirname(self.LibEPANET)
Expand Down

0 comments on commit 532d1a3

Please sign in to comment.