We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea66475 commit 1c9aab5Copy full SHA for 1c9aab5
src/bma_cli/bma_cli.py
@@ -117,7 +117,7 @@ def upload(files: list[str]) -> None:
117
metadata = result["bma_response"]
118
t = round(time.time() - start, 2)
119
click.echo(
120
- f"File {metadata['uuid']} uploaded OK!"
+ f"File {metadata['uuid']} uploaded OK! "
121
f"It took {t} seconds to upload {size} bytes, speed {round(size/t)} bytes/sec."
122
)
123
logger.debug("Done, ")
0 commit comments