diff options
author | Jeremy Katz <katzj@redhat.com> | 2003-02-10 19:11:36 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2003-02-10 19:11:36 +0000 |
commit | 4ccdc2772c332d406e2b694fe136408652985f88 (patch) | |
tree | e6fc8c776c12d5c2d384576506a3f2dc1d4c6d3a /exception.py | |
parent | 77c6f67883b6bb99d7624c2dad64760eb0a1567e (diff) | |
download | anaconda-4ccdc2772c332d406e2b694fe136408652985f88.tar.gz anaconda-4ccdc2772c332d406e2b694fe136408652985f88.tar.xz anaconda-4ccdc2772c332d406e2b694fe136408652985f88.zip |
add /tmp/lvmout to the list of files we pull in to tracebacks
Diffstat (limited to 'exception.py')
-rw-r--r-- | exception.py | 1 |
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: |