We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104e379 commit 553b7b0Copy full SHA for 553b7b0
1 file changed
scripts/properties_to_json.py
@@ -74,7 +74,7 @@
74
75
def canonicalize(s):
76
"""strips non-letters and lower-cases"""
77
- return re.sub("\\W", "", item["Type"]).lower()
+ return re.sub("\\W", "", s).lower()
78
79
for csv_path in paths:
80
version = csv_path.stem
0 commit comments