mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
Merge pull request #2860 from kevinburke/append-two-arguments
Pass a single argument to append()
This commit is contained in:
+1
-1
@@ -287,7 +287,7 @@ def _renew_describe_results(config, renew_successes, renew_failures,
|
|||||||
if parse_failures:
|
if parse_failures:
|
||||||
notify("\nAdditionally, the following renewal configuration files "
|
notify("\nAdditionally, the following renewal configuration files "
|
||||||
"were invalid: ")
|
"were invalid: ")
|
||||||
notify(parse_failures, "parsefail")
|
notify(report(parse_failures, "parsefail"))
|
||||||
|
|
||||||
if config.dry_run:
|
if config.dry_run:
|
||||||
notify("** DRY RUN: simulating 'certbot renew' close to cert expiry")
|
notify("** DRY RUN: simulating 'certbot renew' close to cert expiry")
|
||||||
|
|||||||
Reference in New Issue
Block a user