Bug 25088

Summary: floppydrive typo
Product: [Retired] Red Hat Linux Reporter: Jeremy Katz <katzj>
Component: anacondaAssignee: Michael Fulbright <msf>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-20 00:01:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.