Merge "Fix a bug in the releasetools common.py script." into main
This commit is contained in:
@@ -2788,6 +2788,7 @@ def ParseOptions(argv,
|
|||||||
break
|
break
|
||||||
elif handler(o, a):
|
elif handler(o, a):
|
||||||
success = True
|
success = True
|
||||||
|
break
|
||||||
if not success:
|
if not success:
|
||||||
raise ValueError("unknown option \"%s\"" % (o,))
|
raise ValueError("unknown option \"%s\"" % (o,))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user