mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix usage of plette.Pipfile
This commit is contained in:
+1
-1
@@ -2781,7 +2781,7 @@ def do_check(
|
||||
)
|
||||
sys.exit(1)
|
||||
# Load the pipfile.
|
||||
p = plette.Pipfile.load(project.pipfile_location)
|
||||
p = plette.Pipfile.load(open(project.pipfile_location))
|
||||
failed = False
|
||||
# Assert each specified requirement.
|
||||
for marker, specifier in p.data["_meta"]["requires"].items():
|
||||
|
||||
Reference in New Issue
Block a user