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)
Show replies by date