mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
ignore type error
This commit is contained in:
parent
46c18fc52e
commit
d2254e1eba
1 changed files with 1 additions and 1 deletions
|
|
@ -1246,7 +1246,7 @@ def renew_cert(config, plugins, lineage):
|
|||
# In case of a renewal, reload server to pick up new certificate.
|
||||
updater.run_renewal_deployer(config, renewed_lineage, installer)
|
||||
display_util.notify(f"Reloading {config.installer} server after certificate renewal")
|
||||
installer.restart()
|
||||
installer.restart() # type: ignore
|
||||
|
||||
|
||||
def certonly(config, plugins):
|
||||
|
|
|
|||
Loading…
Reference in a new issue