summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2008-03-27 15:04:04 -0400
committerJeremy Katz <katzj@redhat.com>2008-03-27 15:12:37 -0400
commitdc1f30b3a2bb783deff1df2dabc8823031299f5d (patch)
tree3efdca2cabefed47514b2411bc6ec183f9dd2a72 /exception.py
parent56f2d85bc28597e3fc3997c0fe141172ebdeec1d (diff)
downloadanaconda-dc1f30b3a2bb783deff1df2dabc8823031299f5d.tar.gz
anaconda-dc1f30b3a2bb783deff1df2dabc8823031299f5d.tar.xz
anaconda-dc1f30b3a2bb783deff1df2dabc8823031299f5d.zip
Save resize output to a file (/tmp/resize.out) so that it's more useful
This way, we can shove it into our exception dumps and also it'll be easier for people to look at and attach if they hit problems with the resizing code
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 fb0fe2a29..0812210a9 100644
--- a/exception.py
+++ b/exception.py
@@ -175,7 +175,7 @@ def dumpException(out, text, tb, anaconda):
traceback.print_exc(None, out)
for file in ("/tmp/syslog", "/tmp/anaconda.log", "/tmp/netinfo",
- "/tmp/lvmout",
+ "/tmp/lvmout", "/tmp/resize.out",
anaconda.rootPath + "/root/install.log",
anaconda.rootPath + "/root/upgrade.log"):
try: