Remove stray periods from messages

This commit is contained in:
2023-11-16 19:56:24 -05:00
parent e8da3714c0
commit 9885914abd
2 changed files with 6 additions and 6 deletions

View File

@ -427,7 +427,7 @@ def run_benchmark(self, pool):
current_stage += 1
return finish(
self,
f"Storage benchmark {job_name} completed successfully.",
f"Storage benchmark {job_name} completed successfully",
current=current_stage,
total=total_stages,
)