Merge pull request #88 from chrismeyersfsu/fix-ha_commands

forgot to call super
This commit is contained in:
Chris Meyers 2015-02-24 13:35:44 -05:00
commit f28543ecae

View File

@ -24,6 +24,8 @@ class Command(BaseCommandInstance):
self.include_option_hostname_uuid_find()
def handle(self, *args, **options):
super(Command, self).handle(*args, **options)
# Is there an existing record for this machine? If so, retrieve that record and look for issues.
try:
# Get the instance.