From 8ded389600d39fb3a6df68f63f4b3cd68625f777 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Tue, 24 Feb 2015 13:34:57 -0500 Subject: [PATCH] forgot to call super --- awx/main/management/commands/remove_instance.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/main/management/commands/remove_instance.py b/awx/main/management/commands/remove_instance.py index 08a945e28a..80f06a8ea6 100644 --- a/awx/main/management/commands/remove_instance.py +++ b/awx/main/management/commands/remove_instance.py @@ -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.