mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 08:12:15 -04:00
Merge pull request #961 from BKreisel/master
PEP8 Love: E126 Fix for #945
This commit is contained in:
commit
abd37a65ae
1 changed files with 2 additions and 2 deletions
|
|
@ -169,8 +169,8 @@ def main(config=None, cli_args=sys.argv[1:]):
|
|||
# take precedence over this one.
|
||||
config.merge(configobj.ConfigObj(cli_config.renewer_config_file))
|
||||
# Ensure that all of the needed folders have been created before continuing
|
||||
le_util.make_or_verify_dir(
|
||||
cli_config.work_dir, constants.CONFIG_DIRS_MODE, uid)
|
||||
le_util.make_or_verify_dir(cli_config.work_dir,
|
||||
constants.CONFIG_DIRS_MODE, uid)
|
||||
|
||||
for i in os.listdir(cli_config.renewal_configs_dir):
|
||||
print "Processing", i
|
||||
|
|
|
|||
Loading…
Reference in a new issue