Index: remoting/webapp/build-webapp.py |
diff --git a/remoting/webapp/build-webapp.py b/remoting/webapp/build-webapp.py |
index 4cbe4f0c4646309e2f2fb37a0f52e4c2dfe52dae..df934f83b929701b5ec014b7efbaabe9c41eaa65 100755 |
--- a/remoting/webapp/build-webapp.py |
+++ b/remoting/webapp/build-webapp.py |
@@ -272,7 +272,7 @@ def main(): |
arg_type = '' |
files = [] |
locales = [] |
- for arg in sys.argv[8:]: |
+ for arg in sys.argv[7:]: |
if arg in ['--locales']: |
arg_type = arg |
elif arg_type == '--locales': |