diff options
| author | Ján Jančár | 2025-11-22 13:52:24 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-22 13:52:24 +0100 |
| commit | 8436df07381295b05a0cc892cca27e475629ee80 (patch) | |
| tree | 9b940ee0a8851baaff67567c4004cd3c2cc027fd /src/sec_certs/cli.py | |
| parent | 7cfa1c9fc498013d1a4807e5a11f55f39e6595aa (diff) | |
| parent | 21aa562cdd1c21cc66e0b19b52b414af2782377e (diff) | |
| download | sec-certs-main.tar.gz sec-certs-main.tar.zst sec-certs-main.zip | |
Move to uv
Diffstat (limited to 'src/sec_certs/cli.py')
| -rw-r--r-- | src/sec_certs/cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sec_certs/cli.py b/src/sec_certs/cli.py index 6276aa2f..fb5bf802 100644 --- a/src/sec_certs/cli.py +++ b/src/sec_certs/cli.py @@ -216,7 +216,7 @@ def main( processing_step.run(dset) end = datetime.now() - logger.info(f"The computation took {(end-start)} seconds.") + logger.info(f"The computation took {(end - start)} seconds.") except Exception as e: click.echo( f"Unhandled exception: {e}", |
