Skip to content

Commit

Permalink
Fix ordering of params.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhood committed Aug 21, 2019
1 parent 4661466 commit 160ad91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/engine/native.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 160ad91

Please sign in to comment.