aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts/cpp_proto_wrapper.py
diff options
context:
space:
mode:
authornogert <nogert@yandex-team.com>2024-05-13 14:32:26 +0300
committernogert <nogert@yandex-team.com>2024-05-13 14:47:57 +0300
commitd2ca018b203eba118a0af8da0775b9c51650f29b (patch)
tree79826436372a9fd96989221711baf8ceb6850eb3 /build/scripts/cpp_proto_wrapper.py
parent9c5e5bdb2b5568dde27b77490355d6143a3df527 (diff)
downloadydb-d2ca018b203eba118a0af8da0775b9c51650f29b.tar.gz
Try fix warnings.
cf4738908ddc23b6c6a3e669f225bd15999a1404
Diffstat (limited to 'build/scripts/cpp_proto_wrapper.py')
-rw-r--r--build/scripts/cpp_proto_wrapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/cpp_proto_wrapper.py b/build/scripts/cpp_proto_wrapper.py
index aa4f6588b1..f88fb47334 100644
--- a/build/scripts/cpp_proto_wrapper.py
+++ b/build/scripts/cpp_proto_wrapper.py
@@ -5,7 +5,7 @@ import re
import argparse
-FROM_RE = re.compile(u"((?:struct|class)\s+\S+\s+)final\s*:")
+FROM_RE = re.compile(u"((?:struct|class)\\s+\\S+\\s+)final\\s*:")
TO_RE = "\\1:"