Skip to content

Commit 62d3adb

Browse files
Fixed missing return arg on run_remote_client_tool (#321)
* Fixed missing return arg on run_remote_client_tool * Bumping version from 0.7.15 to 0.7.16
1 parent 34ce8d6 commit 62d3adb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisbench-admin"
3-
version = "0.7.15"
3+
version = "0.7.16"
44
description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "README.md"

redisbench_admin/run_remote/remote_db.py

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def remote_db_spin(
279279
remote_run_result,
280280
results_dict,
281281
return_code,
282+
_,
282283
) = run_remote_client_tool(
283284
allowed_tools,
284285
None,

0 commit comments

Comments
 (0)