diff options
-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__ () |