Remove errant raise

pull/5208/head
Matt Martz 11 years ago
parent 7b3aa5c205
commit afd55934fc

@ -152,7 +152,6 @@ def rax_dns(module, comment, email, name, state, ttl):
domain.delete() domain.delete()
changed = True changed = True
except Exception, e: except Exception, e:
raise
module.fail_json(msg='%s' % e.message) module.fail_json(msg='%s' % e.message)
module.exit_json(changed=changed, domain=to_dict(domain)) module.exit_json(changed=changed, domain=to_dict(domain))

Loading…
Cancel
Save