Skip to content

Commit ee01948

Browse files
committed
Replace call to project.s.initialize
1 parent 36f9021 commit ee01948

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pipenv/core.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ def load_dot_env(project, as_dict=False, quiet=False):
146146
err=True,
147147
)
148148
dotenv.load_dotenv(dotenv_file, override=True)
149-
project.s.initialize()
149+
150+
project.s = environments.Setting()
150151

151152

152153
def cleanup_virtualenv(project, bare=True):

0 commit comments

Comments
 (0)