Fix syntax

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-11-12 23:22:48 -05:00
parent ef59d1520e
commit cb601b0e5b
+1 -1
View File
@@ -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