forgot to call super

This commit is contained in:
Chris Meyers 2015-02-24 13:34:57 -05:00
parent 140e3ec49c
commit 8ded389600

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.