From f77ae6f1bccfa29586f0dd4b51042f10272a63e3 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Mon, 29 Sep 2014 15:20:40 -0500 Subject: [PATCH] Fixing a variable error. --- awx/main/management/commands/register_instance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/main/management/commands/register_instance.py b/awx/main/management/commands/register_instance.py index f8894f6458..c10d607146 100644 --- a/awx/main/management/commands/register_instance.py +++ b/awx/main/management/commands/register_instance.py @@ -34,6 +34,7 @@ class Command(BaseCommand): def handle(self, **options): uuid = settings.SYSTEM_UUID + timid = options['timid'] # Is there an existing record for this machine? # If so, retrieve that record and look for issues.