Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-08 21:46:03 -04:00
parent b07d9ce0f4
commit de3ebd18b3
+2 -1
View File
@@ -233,7 +233,8 @@ def proper_case_section(section):
"""Verify proper casing is retrieved, when available, for each
dependency in the section.
"""
# Casing for section
# Casing for section.
changed_values = False
unknown_names = [k for k in section.keys() if k not in set(project.proper_names)]