Correct indentationerror in python

This commit is contained in:
Manuel Amador (Rudd-O) 2010-08-12 15:21:51 -07:00
parent 69ee28e6c9
commit b97899b2cf
1 changed files with 1 additions and 1 deletions

View File

@ -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: