From 4ccdc2772c332d406e2b694fe136408652985f88 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 10 Feb 2003 19:11:36 +0000 Subject: add /tmp/lvmout to the list of files we pull in to tracebacks --- exception.py | 1 + 1 file changed, 1 insertion(+) (limited to 'exception.py') 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: -- cgit