Fix PEP8 commenting, but comment seems obvious so just remove it.

pull/3692/merge
Michael DeHaan 11 years ago
parent dec43f7a2b
commit 841fd11f41

@ -203,7 +203,7 @@ def delete_meter(module, name, apiid, apikey):
try:
cert_file = '%s/%s.pem' % (config_directory,cert_type)
os.remove(cert_file)
except OSError, e: ## if failed, report it back to the user ##
except OSError, e:
module.fail_json("Failed to remove " + cert_type + ".pem file")
return 0, "Meter " + name + " deleted"
@ -268,4 +268,4 @@ def main():
# include magic from lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
main()
main()

Loading…
Cancel
Save