summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-05-13 22:10:35 +0000
committerJeremy Katz <katzj@redhat.com>2002-05-13 22:10:35 +0000
commitda73685bbbc21d668413fb5b437045d5afa745bc (patch)
tree708ca1980aeabdfd22c038711b943bc6433f8175 /exception.py
parent2d198d3e3433eb785ebdcb9300d5bda7621e7511 (diff)
downloadanaconda-da73685bbbc21d668413fb5b437045d5afa745bc.tar.gz
anaconda-da73685bbbc21d668413fb5b437045d5afa745bc.tar.xz
anaconda-da73685bbbc21d668413fb5b437045d5afa745bc.zip
add tty3 output to a file (#62743)
Diffstat (limited to 'exception.py')
-rw-r--r--exception.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py
index 083464b2d..21e4762b1 100644
--- a/exception.py
+++ b/exception.py
@@ -142,7 +142,7 @@ def dumpException(out, text, tb, dispatch):
out.write("\nException occured during state dump:\n")
traceback.print_exc(None, out)
- for file in ("/tmp/syslog", "/tmp/netinfo",
+ for file in ("/tmp/syslog", "/tmp/anaconda.log", "/tmp/netinfo",
dispatch.instPath + "/root/install.log",
dispatch.instPath + "/root/upgrade.log"):
try: