lint: fix quoting style everywhere
BUG=chromium:990019
TEST=`cros lint` is clean & CQ passes
Change-Id: I012966d34a45a01b3a940414b24316aee4ffe8af
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/1731476
Reviewed-by: Chris McDonald <cjmcdonald@chromium.org>
Reviewed-by: Will Bradley <wbbradley@chromium.org>
Tested-by: Mike Frysinger <vapier@chromium.org>
Commit-Queue: Mike Frysinger <vapier@chromium.org>
diff --git a/scripts/deploy_chrome.py b/scripts/deploy_chrome.py
index 185090e..a3566a6 100644
--- a/scripts/deploy_chrome.py
+++ b/scripts/deploy_chrome.py
@@ -409,9 +409,9 @@
'machine being rebooted.')
sdk_board_env = os.environ.get(cros_chrome_sdk.SDKFetcher.SDK_BOARD_ENV)
parser.add_argument('--board', default=sdk_board_env,
- help="The board the Chrome build is targeted for. When "
+ help='The board the Chrome build is targeted for. When '
"in a 'cros chrome-sdk' shell, defaults to the SDK "
- "board.")
+ 'board.')
parser.add_argument('--build-dir', type='path',
help='The directory with Chrome build artifacts to '
'deploy from. Typically of format '
@@ -466,7 +466,7 @@
'files.')
group.add_argument('--strip-flags', default=None,
help="Flags to call the 'strip' binutil tool with. "
- "Overrides the default arguments.")
+ 'Overrides the default arguments.')
group.add_argument('--ping', action='store_true', default=False,
help='Ping the device before connection attempt.')
group.add_argument('--process-timeout', type=int,