Update example to use correct service state; minor pep8 indent/spacing fixes

This commit is contained in:
Michael DeHaan 2012-03-15 23:10:03 -04:00
commit f39944b89b
3 changed files with 12 additions and 12 deletions

View file

@ -22,7 +22,7 @@ class AnsibleError(Exception):
"""
def __init__(self, msg):
self.msg = msg
self.msg = msg
def __str__(self):
return self.msg