Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Remove warning for deprecated ERT_LIBRARY_PATH env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jepebe committed Sep 23, 2020
1 parent ca02651 commit d59d957
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/res/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@
if sys.hexversion < required_version_hex:
raise Exception("ERT Python requires Python 2.7")

if os.getenv("ERT_LIBRARY_PATH"):
raise EnvironmentError("ERT_LIBRARY_PATH is deprecated and should be "
"removed from your environment")


# This load() function is *the* function actually loading shared
# libraries.

Expand Down

0 comments on commit d59d957

Please sign in to comment.