From b97899b2cfc5d1b1aea21b50da4b732770abdd55 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Thu, 12 Aug 2010 15:21:51 -0700 Subject: [PATCH] Correct indentationerror in python --- python/lib/cloud_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/lib/cloud_utils.py b/python/lib/cloud_utils.py index f638c55f6f8..b028838d1ed 100644 --- a/python/lib/cloud_utils.py +++ b/python/lib/cloud_utils.py @@ -939,7 +939,7 @@ def setup_agent_config(configfile, host, zone, pod): stderr("You selected zone %s pod %s",confopts["zone"],confopts["pod"]) else: stderr("Skipped -- using the previous zone %s pod %s",confopts["zone"],confopts["pod"]) - else: + else: confopts["zone"] = zone confopts["pod"] = pod except (urllib2.URLError,urllib2.HTTPError),e: