We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c50ebf0 + 7129f3a commit e4ac936Copy full SHA for e4ac936
tools/mlock_report.py
@@ -6,7 +6,7 @@
6
7
8
LCK_SUMMARY_REGEX = re.compile(
9
- "^VmLck:\s+(?P<locked>[\d]+)\s+kB", re.MULTILINE)
+ r"^VmLck:\s+(?P<locked>[\d]+)\s+kB", re.MULTILINE)
10
11
12
def main():
0 commit comments