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

jparsons at sourceware.org jparsons at sourceware.org
Tue Aug 1 15:20:06 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	jparsons at sourceware.org	2006-08-01 15:20:05

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

Log message:
	Yikes. another nit.

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

--- conga/luci/site/luci/Extensions/cluster_adapters.py	2006/08/01 15:13:23	1.27
+++ conga/luci/site/luci/Extensions/cluster_adapters.py	2006/08/01 15:20:05	1.28
@@ -1474,7 +1474,7 @@
   path = CLUSTER_FOLDER_PATH + clustername
   clusterfolder = self.restrictedTraverse(path)
   batch_id = str(batch_number)
-  objname = ricci_agent + "____flag"
+  objname = ragent + "____flag"
   clusterfolder.manage_addProduct['ManagedSystem'].addManagedSystem(objname)
    #Now we need to annotate the new DB object
   objpath = path + "/" + objname




More information about the Cluster-devel mailing list