[Neo-report] r2128 gregory - /trunk/neo/storage/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 4 10:39:51 CEST 2010


Author: gregory
Date: Fri Jun  4 10:39:51 2010
New Revision: 2128

Log:
Log partition table content only if available.

Modified:
    trunk/neo/storage/app.py

Modified: trunk/neo/storage/app.py
==============================================================================
--- trunk/neo/storage/app.py [iso-8859-1] (original)
+++ trunk/neo/storage/app.py [iso-8859-1] Fri Jun  4 10:39:51 2010
@@ -151,7 +151,8 @@
             logging.info('\nPre-mortem informations:')
             self.em.log()
             self.nm.log()
-            self.pt.log()
+            if self.pt is not None:
+                self.pt.log()
             self.tm.log()
             self.logQueuedEvents()
             raise





More information about the Neo-report mailing list