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 a799709 commit afc20c7Copy full SHA for afc20c7
lagrange/info/app.py
@@ -22,7 +22,7 @@ def _translate_appinfo(s: _T) -> _T:
22
else:
23
k = re.sub(
24
r'([A-Z])([^A-Z]+)',
25
- '_\g<0>',
+ '_\0',
26
k
27
).lstrip("_").lower()
28
out[k] = v
0 commit comments