We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cbb32 commit c4cb11fCopy full SHA for c4cb11f
script/scriptgen.py
@@ -660,7 +660,7 @@ def gen_read_files(self, f):
660
if repodir.attrib.get("suffix"):
661
suffix = repodir.attrib["suffix"]
662
repopath = ""
663
- if "/" in self.folder:
+ if "/" in self.folder or "/" in repodir.attrib["folder"]:
664
repopath = self.ag.productpath + "/" + self.folder + "/*" + repodir.attrib["folder"] + "*" + suffix
665
else:
666
repopath = (
0 commit comments