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

Commit 4c47a892 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix a bug in the releasetools common.py script." into main

parents a95db664 972804b8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2788,6 +2788,7 @@ def ParseOptions(argv,
            break
        elif handler(o, a):
          success = True
          break
      if not success:
        raise ValueError("unknown option \"%s\"" % (o,))