summaryrefslogtreecommitdiffstats
path: root/exception.py
diff options
context:
space:
mode:
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 1594b11cb..9f0bcbd29 100644
--- a/exception.py
+++ b/exception.py
@@ -27,7 +27,7 @@ def handleException( id, intf, (type, value, tb)):
intf.__del__ ()
os.kill(os.getpid(), signal.SIGKILL)
- device = iutil.getFloppyDevice()
+ device = id.floppyDevice
file = "/tmp/floppy"
try:
isys.makeDevInode(device, file)