Merge commit 'e4ea0ab8bd1ceef94399ac028e4fed1c18333b98' into eclair-mr2-plus-aosp * commit 'e4ea0ab8bd1ceef94399ac028e4fed1c18333b98': add missing comma
This commit is contained in:
@@ -308,7 +308,7 @@ def ParseOptions(argv,
|
|||||||
OPTIONS.search_path = a
|
OPTIONS.search_path = a
|
||||||
elif o in ("-s", "--device_specific"):
|
elif o in ("-s", "--device_specific"):
|
||||||
OPTIONS.device_specific = a
|
OPTIONS.device_specific = a
|
||||||
elif o in ("-x" "--extra"):
|
elif o in ("-x", "--extra"):
|
||||||
key, value = a.split("=", 1)
|
key, value = a.split("=", 1)
|
||||||
OPTIONS.extras[key] = value
|
OPTIONS.extras[key] = value
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user