[rhmessaging-commits] rhmessaging commits: r1684 - mgmt/cumin/python/cumin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Feb 11 14:44:14 EST 2008


Author: justi9
Date: 2008-02-11 14:44:14 -0500 (Mon, 11 Feb 2008)
New Revision: 1684

Modified:
   mgmt/cumin/python/cumin/test.py
Log:
This line was supposed to be removed in change 1682.



Modified: mgmt/cumin/python/cumin/test.py
===================================================================
--- mgmt/cumin/python/cumin/test.py	2008-02-11 19:40:28 UTC (rev 1683)
+++ mgmt/cumin/python/cumin/test.py	2008-02-11 19:44:14 UTC (rev 1684)
@@ -167,8 +167,6 @@
             if hasattr(self.exception, "message"):
                 status = status + ": " + self.exception.message
 
-        status = self.exception and self.exception.message or "-"
-
         writer.write("%-40s %s" % (entry, status))
         writer.write(os.linesep)
 




More information about the rhmessaging-commits mailing list