From c1f3ad5c91d5d907359c195d3ae673a50698652c Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Sat, 21 Jun 2008 14:33:20 -0400 Subject: Add the .treeinfo file into the exception report. --- exception.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exception.py') diff --git a/exception.py b/exception.py index 160806e14..ec9d3e171 100644 --- a/exception.py +++ b/exception.py @@ -181,7 +181,8 @@ def dumpException(out, text, tb, anaconda): for file in ("/tmp/syslog", "/tmp/anaconda.log", "/tmp/netinfo", "/tmp/lvmout", "/tmp/resize.out", anaconda.rootPath + "/root/install.log", - anaconda.rootPath + "/root/upgrade.log"): + anaconda.rootPath + "/root/upgrade.log", + "/mnt/source/.treeinfo"): try: f = open(file, 'r') line = "\n\n%s:\n" % (file,) -- cgit