diff options
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}", |
