summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-02-10 19:11:36 +0000
committerJeremy Katz <katzj@redhat.com>2003-02-10 19:11:36 +0000
commit4ccdc2772c332d406e2b694fe136408652985f88 (patch)
treee6fc8c776c12d5c2d384576506a3f2dc1d4c6d3a
parent77c6f67883b6bb99d7624c2dad64760eb0a1567e (diff)
downloadanaconda-4ccdc2772c332d406e2b694fe136408652985f88.tar.gz
anaconda-4ccdc2772c332d406e2b694fe136408652985f88.tar.xz
anaconda-4ccdc2772c332d406e2b694fe136408652985f88.zip
add /tmp/lvmout to the list of files we pull in to tracebacks
-rw-r--r--exception.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/exception.py b/exception.py
index 402556957..b1cdf8849 100644
--- a/exception.py
+++ b/exception.py
@@ -143,6 +143,7 @@ def dumpException(out, text, tb, dispatch):
traceback.print_exc(None, out)
for file in ("/tmp/syslog", "/tmp/anaconda.log", "/tmp/netinfo",
+ "/tmp/lvmout",
dispatch.instPath + "/root/install.log",
dispatch.instPath + "/root/upgrade.log"):
try: