mirror of
https://github.com/certbot/certbot.git
synced 2026-07-29 17:37:05 +02:00
Adjust client reports to use RenewerConfiguration. Fix docs.
This commit is contained in:
@@ -81,11 +81,6 @@ class NamespaceConfig(object):
|
||||
def rec_token_dir(self): # pylint: disable=missing-docstring
|
||||
return os.path.join(self.namespace.work_dir, constants.REC_TOKEN_DIR)
|
||||
|
||||
@property
|
||||
def renewer_config_file(self): # pylint: disable=missing-docstring
|
||||
return os.path.join(
|
||||
self.namespace.config_dir, constants.RENEWER_CONFIG_FILENAME)
|
||||
|
||||
@property
|
||||
def temp_checkpoint_dir(self): # pylint: disable=missing-docstring
|
||||
return os.path.join(
|
||||
|
||||
Reference in New Issue
Block a user