From cb601b0e5b67ec76d47b9a256e328da93bdb7574 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Mon, 12 Nov 2018 23:22:48 -0500 Subject: [PATCH] Fix syntax Signed-off-by: Dan Ryan --- pipenv/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/environment.py b/pipenv/environment.py index 8548c38f..8e96f2c8 100644 --- a/pipenv/environment.py +++ b/pipenv/environment.py @@ -36,7 +36,7 @@ class Environment(object): sources = project.sources self.sources = sources if project and not pipfile: - pipfile = project.pipfile + pipfile = project.parsed_pipfile self.pipfile = pipfile self.extra_dists = [] prefix = prefix if prefix else sys.prefix