From 160ad9138fcdf7de3fdb88b3e758a518b720f831 Mon Sep 17 00:00:00 2001 From: Stu Hood Date: Tue, 20 Aug 2019 17:41:40 -0700 Subject: [PATCH] Fix ordering of params. --- src/python/pants/engine/native.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/pants/engine/native.py b/src/python/pants/engine/native.py index 26e832fe67b0..d0e572f1cf0b 100644 --- a/src/python/pants/engine/native.py +++ b/src/python/pants/engine/native.py @@ -840,9 +840,9 @@ def ti(type_obj): self.context.utf8_buf(execution_options.remote_oauth_bearer_token_path or ""), execution_options.remote_store_thread_count, execution_options.remote_store_chunk_bytes, + execution_options.remote_store_connection_limit, execution_options.remote_store_chunk_upload_timeout_seconds, execution_options.remote_store_rpc_retries, - execution_options.remote_store_connection_limit, self.context.utf8_buf_buf(execution_options.remote_execution_extra_platform_properties), execution_options.process_execution_local_parallelism, execution_options.process_execution_remote_parallelism,