patch: fix typo in autopart.py

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:


[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux