PEP8 Love: E126 Fix for #945

This commit is contained in:
Brandon Kreisel
2015-10-12 16:43:22 -04:00
parent 0465f8e131
commit d4af07a7f8
+2 -2
View File
@@ -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