Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo committed Mar 25, 2024
1 parent 351750d commit 29f2af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esrally/rally.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29f2af5

Please sign in to comment.