mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
validate raw Pipfile's casing rather than normalized version
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ def ensure_pipfile(validate=True):
|
||||
# Validate the Pipfile's contents.
|
||||
if validate and project.virtualenv_exists:
|
||||
# Ensure that Pipfile is using proper casing.
|
||||
p = project._pipfile
|
||||
p = project.parsed_pipfile
|
||||
changed = ensure_proper_casing(pfile=p)
|
||||
|
||||
# Write changes out to disk.
|
||||
|
||||
Reference in New Issue
Block a user