Bug 25088 - floppydrive typo
Summary: floppydrive typo
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael Fulbright
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-01-27 18:47 UTC by Jeremy Katz
Modified: 2007-04-18 16:30 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-02-20 00:01:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Jeremy Katz 2001-01-27 18:47:21 UTC
to quote msw, "yet another nail in the coffin" -- typo in todo.py

--- anaconda-7.1/todo.py	Fri Jan 26 01:02:28 2001
+++ anaconda/todo.py	Sat Jan 27 12:39:49 2001
@@ -582,7 +582,7 @@

	log("no IDE floppy devices found")

	return 0

-            flopyyDrive = drives.keys()[0]
+            floppyDrive = drives.keys()[0]
             # need to go through and find if there is an LS-120
             for dev in drives.keys():
                 if re.compile(".*[Ll][Ss]-120.*").search(drives[dev]):

Comment 1 Matt Wilson 2001-01-27 21:10:40 UTC
fixed in cvs.



Note You need to log in before you can comment on or make changes to this bug.