Repository : http://git.fedorahosted.org/git/?p=conga-luci-1stgen.git
On branch : RHEL5-active
commit 1471a1a51bc483ec0a54a7f0f0abfbd04e401c31 Author: Ryan McCabe rmccabe@redhat.com Date: Tue May 28 14:53:45 2013 -0400
luci: Fix for uncaught exception caused by deep recursion
This fixes an uncaught RuntimeError exception that was caused by deep recursion that occurred when using an extremely large cluster.conf file.
Resolves: rhbz#872645
Signed-off-by: Ryan McCabe rmccabe@redhat.com
luci/cluster/index_html | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/luci/cluster/index_html b/luci/cluster/index_html index 7970566..fca475f 100644 --- a/luci/cluster/index_html +++ b/luci/cluster/index_html @@ -140,10 +140,6 @@ <tal:block tal:condition="python: ri_agent"> <tal:block tal:define=" global modelb python:here.getmodelbuilder(ri_agent, isVirtualized)" /> - <tal:block tal:condition="python: modelb"> - <tal:block - tal:define="dummy python: here.appendModel(request, modelb)" /> - </tal:block> </tal:block> </tal:block>
conga-luci-1stgen-commits@lists.fedorahosted.org