diff --git a/script/upload.py b/script/upload.py index 8e04f35cc325..a8223afd2511 100755 --- a/script/upload.py +++ b/script/upload.py @@ -126,8 +126,8 @@ def parse_args(): def run_python_script(script, *args): - script_path = os.path.join(SOURCE_ROOT, 'script', script), - return execute([sys.executable, script_path] + args) + script_path = os.path.join(SOURCE_ROOT, 'script', script) + return execute([sys.executable, script_path] + list(args)) def get_electron_build_version():