diff --git a/pyproject.toml b/pyproject.toml index 26ec018..7d117a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisbench-admin" -version = "0.7.18" +version = "0.7.19" description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )." authors = ["filipecosta90 ","Redis Performance Group "] readme = "README.md" diff --git a/redisbench_admin/run_remote/remote_client.py b/redisbench_admin/run_remote/remote_client.py index 4ac24a0..5a6b755 100644 --- a/redisbench_admin/run_remote/remote_client.py +++ b/redisbench_admin/run_remote/remote_client.py @@ -225,7 +225,7 @@ def run_remote_client_tool( ) command = ["cat {}".format(remote_results_file)] recv_exit_status, stdout, stderr = execute_remote_commands( - client_public_ip, username, private_key, [command], client_ssh_port + client_public_ip, username, private_key, command, client_ssh_port )[0] logging.warning("Remote results file content: {}".format(stdout))