summaryrefslogtreecommitdiffstats
path: root/harddrive.py
diff options
context:
space:
mode:
Diffstat (limited to 'harddrive.py')
-rw-r--r--harddrive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/harddrive.py b/harddrive.py
index 4b9c50f5d..ddbe609d5 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -71,7 +71,7 @@ class HardDriveInstallMethod(InstallMethod):
def filesDone(self):
self.umountMedia()
- def protectedDevices(self):
+ def protectedPartitions(self):
rc = []
rc.append(self.device)
return rc