summaryrefslogtreecommitdiffstats
path: root/autopart.py
diff options
context:
space:
mode:
Diffstat (limited to 'autopart.py')
-rw-r--r--autopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autopart.py b/autopart.py
index ef706fd2b..3e55b71b5 100644
--- a/autopart.py
+++ b/autopart.py
@@ -287,7 +287,7 @@ def getDriveList(request, diskset):
if not type(drives) == type([]):
drives = [ drives ]
- drives.sort()
+ drives.sort(isys.compareDrives)
return drives