File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
redis_benchmarks_specification/__common__ Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,9 @@ def export_redis_metrics(
275275 by_variants ["by.branch/{}" .format (tf_github_branch )] = {
276276 "branch" : tf_github_branch
277277 }
278- print (f"DEBUG export_redis_metrics: artifact_version={ artifact_version !r} (type={ type (artifact_version )} ), git_hash={ git_hash !r} , tf_github_branch={ tf_github_branch !r} " )
278+ print (
279+ f"DEBUG export_redis_metrics: artifact_version={ artifact_version !r} (type={ type (artifact_version )} ), git_hash={ git_hash !r} , tf_github_branch={ tf_github_branch !r} "
280+ )
279281 logging .info (
280282 f"export_redis_metrics: artifact_version={ artifact_version } (type={ type (artifact_version )} ), git_hash={ git_hash } , tf_github_branch={ tf_github_branch } "
281283 )
You can’t perform that action at this time.
0 commit comments