From 6485d6364ee765662d5299e54b262356d605d289 Mon Sep 17 00:00:00 2001 From: "navabi@google.com" Date: Wed, 11 Sep 2013 04:28:37 +0000 Subject: [PATCH] Option --device-status-dashboard should store_true. BUG=254014 Review URL: https://chromiumcodereview.appspot.com/23451026 git-svn-id: http://src.chromium.org/svn/trunk/src/build@222472 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- android/buildbot/bb_device_status_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/buildbot/bb_device_status_check.py b/android/buildbot/bb_device_status_check.py index 90c7cfbb7..d2e460f82 100755 --- a/android/buildbot/bb_device_status_check.py +++ b/android/buildbot/bb_device_status_check.py @@ -199,7 +199,7 @@ def main(): default=os.path.join(constants.DIR_SOURCE_ROOT, 'out')) parser.add_option('--no-provisioning-check', action='store_true', help='Will not check if devices are provisioned properly.') - parser.add_option('--device-status-dashboard', + parser.add_option('--device-status-dashboard', action='store_true', help='Output device status data for dashboard.') options, args = parser.parse_args() if args: