diff options
author | Matt Wilson <msw@redhat.com> | 2000-07-26 14:18:36 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-07-26 14:18:36 +0000 |
commit | 9140414c54639e0f786fa42a537b34e1028e5415 (patch) | |
tree | cd8f4680d130339e0b77d871d06a193a151938a3 /todo.py | |
parent | 5a83ae85bf851d7f8bd3db914061962fb682872c (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |