Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius authored and oz123 committed Jul 30, 2022
1 parent 654fa04 commit 75b77eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipenv/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ def get_finder(self, pre: bool = False) -> ContextManager[PackageFinder]:
pip_options, _ = pip_command.parser.parse_args(pip_args)
pip_options.cache_dir = self.project.s.PIPENV_CACHE_DIR
pip_options.pre = self.pipfile.get("pre", pre)
session = pip_command._build_session(self.pip_options)
session = pip_command._build_session(pip_options)
finder = get_package_finder(
install_cmd=pip_command, options=pip_options, session=session
)
Expand Down

0 comments on commit 75b77eb

Please sign in to comment.