Hi folks. I've been looking at the autopart code lately, and ran into this... The function being reported here is queryAutoPartitionOK not doClearPartAction. Cheers. Aldy * autopart.py (queryAutoPartitionOK): Fix typo in error. Index: autopart.py =================================================================== RCS file: /usr/local/CVS/anaconda/autopart.py,v retrieving revision 1.155 diff -u -r1.155 autopart.py --- autopart.py 20 Jan 2005 18:27:17 -0000 1.155 +++ autopart.py 17 Feb 2005 23:15:00 -0000 @@ -1592,7 +1592,7 @@ elif type == CLEARPART_TYPE_NONE: return 1 else: - raise ValueError, "Invalid clear part type in doClearPartAction" + raise ValueError, "Invalid clear part type in queryAutoPartitionOK" drvstr = "\n\n" if drives == None: