Skip to content

Commit 84ea101

Browse files
committed
Debug CI AttributeError
1 parent 7fba12d commit 84ea101

File tree

1 file changed

+1
-0
lines changed
  • redis_benchmarks_specification/__common__

1 file changed

+1
-0
lines changed

redis_benchmarks_specification/__common__/runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def execute_init_commands(benchmark_config, r, dbconfig_keyname="dbconfig"):
1414
cmds = None
1515
res = 0
1616
if dbconfig_keyname in benchmark_config:
17+
print(benchmark_config)
1718
for k, v in benchmark_config[dbconfig_keyname].items():
1819
if "init_commands" in k:
1920
cmds = v

0 commit comments

Comments
 (0)