Skip to content

Commit

Permalink
Replace call to project.s.initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Aug 8, 2022
1 parent 9116afc commit 6c0c451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pipenv/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ def load_dot_env(project, as_dict=False, quiet=False):
err=True,
)
dotenv.load_dotenv(dotenv_file, override=True)
project.s.initialize()

project.s = environments.Setting()


def cleanup_virtualenv(project, bare=True):
Expand Down

0 comments on commit 6c0c451

Please sign in to comment.