summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authorbinji <binji@chromium.org>2014-12-01 13:50:50 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-01 21:51:38 +0000
commit627a9837ad4647e313ccfd40f27ec530c1ffc009 (patch)
tree267b579cbccdfe5470b00bc0f9365a2cd456360a /native_client_sdk
parent793e6e1bb2e18ece6cffb3c1348f5e2f72d68cf4 (diff)
downloadchromium_src-627a9837ad4647e313ccfd40f27ec530c1ffc009.zip
chromium_src-627a9837ad4647e313ccfd40f27ec530c1ffc009.tar.gz
chromium_src-627a9837ad4647e313ccfd40f27ec530c1ffc009.tar.bz2
[NaCl SDK] Fix bug in update_nacl_manifest.py after r304521
BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/772633002 Cr-Commit-Position: refs/heads/master@{#306262}
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-xnative_client_sdk/src/build_tools/update_nacl_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/native_client_sdk/src/build_tools/update_nacl_manifest.py b/native_client_sdk/src/build_tools/update_nacl_manifest.py
index 40c0860..c93198b 100755
--- a/native_client_sdk/src/build_tools/update_nacl_manifest.py
+++ b/native_client_sdk/src/build_tools/update_nacl_manifest.py
@@ -896,7 +896,7 @@ def main(args):
parser.add_option('--bundle-version',
help='Manually set a bundle version. This can be passed more than once. '
'format: --bundle-version pepper_24=24.0.1312.25', action='append')
- options, args = parser.parse_args(args[1:])
+ options, args = parser.parse_args(args)
if (options.mailfrom is None) != (not options.mailto):
options.mailfrom = None