diff options
Diffstat (limited to 'exception.py')
-rw-r--r-- | exception.py | 3 |
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,) |