diff options
author | Bill Nottingham <notting@redhat.com> | 2001-06-27 04:54:23 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-06-27 04:54:23 +0000 |
commit | ea389fb28dc34d3a1670cc30723c86173463ef09 (patch) | |
tree | b90aab2a4a0c43d4b51a283cb640c1c7c0c44708 /exception.py | |
parent | 6cd56e2503d5af2ff66a00de1caaaa8aad72ebd4 (diff) | |
download | anaconda-ea389fb28dc34d3a1670cc30723c86173463ef09.tar.gz anaconda-ea389fb28dc34d3a1670cc30723c86173463ef09.tar.xz anaconda-ea389fb28dc34d3a1670cc30723c86173463ef09.zip |
move anacdump.txt to /tmp
Diffstat (limited to 'exception.py')
-rw-r--r-- | exception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exception.py b/exception.py index cdda853fd..ad1792695 100644 --- a/exception.py +++ b/exception.py @@ -67,7 +67,7 @@ def handleException( id, intf, (type, value, tb)): os.kill(os.getpid(), signal.SIGKILL) if not flags.setupFilesystems: - out = open("anacdump.txt", "w") + out = open("/tmp/anacdump.txt", "w") dumpException (out, text, tb, id) out.close() intf.__del__ () |