[Cluster-devel] conga/luci/site/luci/Extensions cluster_adapte ...

jparsons at sourceware.org jparsons at sourceware.org
Thu Oct 12 15:50:57 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-10-12 15:50:56

Modified files:
	luci/site/luci/Extensions: cluster_adapters.py 

Log message:
	Fergot colons - duh

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/cluster_adapters.py.diff?cvsroot=cluster&r1=1.100&r2=1.101

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/10/12 15:45:49	1.100
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/10/12 15:50:56	1.101
@@ -2258,10 +2258,10 @@
           elif laststatus == 0:
             nodereport['statusindex'] = 0
             nodereport['statusmessage'] = RICCI_CONNECT_FAILURE_MSG + PRE_INSTALL
-          elif laststatus == REBOOT_TASK
+          elif laststatus == REBOOT_TASK:
             nodereport['statusindex'] = REBOOT_TASK
             nodereport['statusmessage'] = RICCI_CONNECT_FAILURE_MSG + PRE_CFG
-          elif laststatus == SEND_CONF
+          elif laststatus == SEND_CONF:
             nodereport['statusindex'] = SEND_CONF
             nodereport['statusmessage'] = RICCI_CONNECT_FAILURE_MSG + PRE_JOIN
           nodereports.append(node_report)




More information about the Cluster-devel mailing list