mirror of https://github.com/apache/cloudstack.git
Correct indentationerror in python
This commit is contained in:
parent
69ee28e6c9
commit
b97899b2cf
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue