Bug 23313 - typo in line 168 of kickstart.py
Summary: typo in line 168 of kickstart.py
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: anaconda
Version: 7.0
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-04 14:48 UTC by broman
Modified: 2007-04-18 16:30 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2001-01-09 22:53:02 UTC
Embargoed:


Attachments (Terms of Use)

Description broman 2001-01-04 14:48:40 UTC
Line 168 of kickstart.py refers to a nonexistent function, isys.hardDriveList():
     drives = isys.hardDriveList ().keys()

This should instead be isys.hardDriveDict():
     drives = isys.hardDriveDict().keys()

Refer to lines 27-28 in raidstart-stub for a correct call.

Comment 1 Michael Fulbright 2001-01-09 22:52:57 UTC
Thanks patching now.


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