From 7c4593896bd060415221cc310abf380aa246da48 Mon Sep 17 00:00:00 2001 From: Tobias Kopp Date: Sun, 14 May 2023 04:21:35 +0200 Subject: [PATCH] [Benchmark] Fix wrong indent in hyper connector --- benchmark/database_connectors/hyper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/database_connectors/hyper.py b/benchmark/database_connectors/hyper.py index 25f87271..441962c3 100644 --- a/benchmark/database_connectors/hyper.py +++ b/benchmark/database_connectors/hyper.py @@ -198,7 +198,7 @@ def _execute(n_runs, params: dict()): measurement_times[case].append(time) except Exception as ex: - raise(ConnectorException(ex)) + raise(ConnectorException(ex))