commit | ae91c7f8d1962e7c0ba7aa0d57453fe359e2e2d8 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Thu Dec 03 16:38:44 2009 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Dec 03 16:38:44 2009 -0800 |
tree | 3f876a53d412b9d96b32310d72590715e5da5cf8 | |
parent | 35b84b287f9cba2d098d28eb0e3b44abd6ae131a [diff] | |
parent | 5ecba70ce5302c34996bc70a0f8dc9ee6cbb2dea [diff] |
Merge change I5ecba70c into eclair * changes: add missing comma
diff --git a/tools/releasetools/common.py b/tools/releasetools/common.py index 041daf4..26f216d 100644 --- a/tools/releasetools/common.py +++ b/tools/releasetools/common.py
@@ -308,7 +308,7 @@ OPTIONS.search_path = a elif o in ("-s", "--device_specific"): OPTIONS.device_specific = a - elif o in ("-x" "--extra"): + elif o in ("-x", "--extra"): key, value = a.split("=", 1) OPTIONS.extras[key] = value else: