summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-07-26 14:18:36 +0000
committerMatt Wilson <msw@redhat.com>2000-07-26 14:18:36 +0000
commit9140414c54639e0f786fa42a537b34e1028e5415 (patch)
treecd8f4680d130339e0b77d871d06a193a151938a3 /todo.py
parent5a83ae85bf851d7f8bd3db914061962fb682872c (diff)
downloadanaconda-9140414c54639e0f786fa42a537b34e1028e5415.tar.gz
anaconda-9140414c54639e0f786fa42a537b34e1028e5415.tar.xz
anaconda-9140414c54639e0f786fa42a537b34e1028e5415.zip
fix for floppy detect corner case
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index a25971824..31064ccc3 100644
--- a/todo.py
+++ b/todo.py
@@ -414,7 +414,7 @@ class ToDo:
match = "Floppy drive(s): "
if match == line[:len(match)]:
# Good enough
- floppyDrive = fd0
+ floppyDrive = "fd0"
break
self.fdDevice = floppyDrive