mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
this is why we have CI
This commit is contained in:
+2
-2
@@ -107,7 +107,7 @@ def ensure_proper_casing():
|
||||
new_casing = proper_case(dep)
|
||||
|
||||
# Mark casing as changed, if it did.
|
||||
if new_casing =! dep:
|
||||
if new_casing != dep:
|
||||
casing_changed = True
|
||||
|
||||
# Replace old value with new value.
|
||||
@@ -124,7 +124,7 @@ def ensure_proper_casing():
|
||||
new_casing = proper_case(dep)
|
||||
|
||||
# Mark casing as changed, if it did.
|
||||
if new_casing =! dep:
|
||||
if new_casing != dep:
|
||||
casing_changed = True
|
||||
|
||||
# Replace old value with new value.
|
||||
|
||||
Reference in New Issue
Block a user