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

This commit is contained in:
Treehugger Robot
2024-06-21 23:48:15 +00:00
committed by Gerrit Code Review

View File

@@ -2788,6 +2788,7 @@ def ParseOptions(argv,
break
elif handler(o, a):
success = True
break
if not success:
raise ValueError("unknown option \"%s\"" % (o,))