summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-06-21 14:33:20 -0400
committerChris Lumens <clumens@redhat.com>2008-06-21 14:33:20 -0400
commitc1f3ad5c91d5d907359c195d3ae673a50698652c (patch)
tree98fba0eaf0b74001c265b7af417fc73f482b8a8b /exception.py
parentb6ebf802446646c07cf813c617b40e89fb6aec10 (diff)
downloadanaconda-c1f3ad5c91d5d907359c195d3ae673a50698652c.tar.gz
anaconda-c1f3ad5c91d5d907359c195d3ae673a50698652c.tar.xz
anaconda-c1f3ad5c91d5d907359c195d3ae673a50698652c.zip
Add the .treeinfo file into the exception report.
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py3
1 files changed, 2 insertions, 1 deletions
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,)