Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af440153 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix regex escape" into main

parents 4b89a8ed 488a4679
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ def main(args):

                if s.startswith("verbose"):
                    continue
                if re.match('^\[.*bootstrap blueprint', s):
                if re.match('^\\[.*bootstrap blueprint', s):
                    continue

                s = s.rstrip()