We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52a723 commit b2437b1Copy full SHA for b2437b1
1 file changed
src/discord-cluster-manager/report.py
@@ -339,7 +339,7 @@ def generate_report(result: FullResult) -> RunResultReport: # noqa: C901
339
message = "# Success!\n"
340
message += "Command "
341
message += f"```bash\n{_limit_length(run.command, 1000)}```\n"
342
- message += f"ran successfully in {run.duration:.2} seconds.\n"
+ message += f"ran successfully in {run.duration:.2f} seconds.\n"
343
report.add_text(message)
344
345
if len(runs) == 1:
0 commit comments