mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Log when skipping functions due to --dry-run in client.py
This commit is contained in:
@@ -299,6 +299,8 @@ class Client(object):
|
||||
"by your operating system package manager")
|
||||
|
||||
if cli_config.dry_run:
|
||||
logger.info("Dry run: Skipping creating new lineage for %s",
|
||||
domains[0])
|
||||
return None
|
||||
else:
|
||||
return storage.RenewableCert.new_lineage(
|
||||
|
||||
Reference in New Issue
Block a user