We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91e8dc commit 616a880Copy full SHA for 616a880
dev-tools/scripts/parseContributorsFromChanges.py
@@ -37,7 +37,7 @@
37
38
for para in paras:
39
# Normalize whitespace (replace all whitespace with a single space)
40
- para = re.sub('\s+', ' ', para).strip()
+ para = re.sub(r"\s+", ' ', para).strip()
41
#print(f'> {para}')
42
43
# Find all contributors in the line
0 commit comments