Skip to content

Commit

Permalink
Fixed missing return arg on run_remote_client_tool (#321)
Browse files Browse the repository at this point in the history
* Fixed missing return arg on run_remote_client_tool

* Bumping version from 0.7.15 to 0.7.16
  • Loading branch information
filipecosta90 authored Mar 15, 2022
1 parent 34ce8d6 commit 62d3adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "redisbench-admin"
version = "0.7.15"
version = "0.7.16"
description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )."
authors = ["filipecosta90 <filipecosta.90@gmail.com>","Redis Performance Group <performance@redis.com>"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions redisbench_admin/run_remote/remote_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ def remote_db_spin(
remote_run_result,
results_dict,
return_code,
_,
) = run_remote_client_tool(
allowed_tools,
None,
Expand Down

0 comments on commit 62d3adb

Please sign in to comment.