Skip to content

Commit e4ac936

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Quiet regex SyntaxWarning in mlock_report"
2 parents c50ebf0 + 7129f3a commit e4ac936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mlock_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
LCK_SUMMARY_REGEX = re.compile(
9-
"^VmLck:\s+(?P<locked>[\d]+)\s+kB", re.MULTILINE)
9+
r"^VmLck:\s+(?P<locked>[\d]+)\s+kB", re.MULTILINE)
1010

1111

1212
def main():

0 commit comments

Comments
 (0)