diff --git a/src/mio.py b/src/mio.py index 74c310e41339acccc9b6461d8ead271334336bfd..ec14271790de32eb116be6e7b176183c6e5734f2 100755 --- a/src/mio.py +++ b/src/mio.py @@ -39,6 +39,8 @@ def parse(url, repository): repository.add(tree._group_) + + def find_and_parse(target, builder, url=None): path = list(options.path) if url: @@ -49,7 +51,7 @@ def find_and_parse(target, builder, url=None): m = re.match("^/([^/]*)", target) file = "%s/%s.mio" % (dir, m.group(1)) elif target.startswith("@"): - file = "%s/Fedora/base/comps.xml" % dir + file = "%s/base/comps.xml" % dir else: file = "%s/hostinfo.xml" % dir try: