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 291754817..3e586a77d 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -101,7 +101,7 @@ class HardDriveInstallMethod(InstallMethod):
def readComps(self, hdlist):
self.mountMedia(1)
- fname = self.findBestFileMatch(self.tree, 'comps.xml')
+ fname = self.findBestFileMatch('comps.xml')
cs = groupSetFromCompsFile(fname, hdlist)
self.umountMedia()
return cs