mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
forgot to call super
This commit is contained in:
parent
140e3ec49c
commit
8ded389600
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user