From 29f2af50f2f40ada18acf80997b3a6d7bea1284c Mon Sep 17 00:00:00 2001 From: favilo Date: Mon, 25 Mar 2024 16:16:11 -0700 Subject: [PATCH] `black` --- esrally/rally.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esrally/rally.py b/esrally/rally.py index 30399d839..0585919d6 100644 --- a/esrally/rally.py +++ b/esrally/rally.py @@ -1262,7 +1262,7 @@ def _trap_exc(function, path, exc_info): return logging.exception("Failed to clean up [%s] with [%s]", path, function, exc_info=True) raise exceptions.SystemSetupError(f"Unable to clean [{paths.libs()}]. See Rally log for more information.") - + def _trap(function, path, exc_info): if exc_info[0] == FileNotFoundError: # couldn't delete because it was already clean