From eb7f46b2b0cf077ba7ebde56e41821a52c4c9429 Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Fri, 19 Aug 2005 17:01:34 +0000 Subject: Simplify findBestFileMatch --- harddrive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'harddrive.py') 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 -- cgit