Commit 85589f98 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Log partition table content only if available.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2128 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 8d1ba928
......@@ -151,7 +151,8 @@ class Application(object):
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment