[DEV] add future interface of options
This commit is contained in:
parent
d646aab6f6
commit
e604008a27
@ -221,6 +221,9 @@ class Manifest():
|
|||||||
})
|
})
|
||||||
debug.debug("(l:" + str(child.sourceline) + ") find '" + child.tag + "' : name='" + name + "' path='" + path + "'");
|
debug.debug("(l:" + str(child.sourceline) + ") find '" + child.tag + "' : name='" + name + "' path='" + path + "'");
|
||||||
continue
|
continue
|
||||||
|
if child.tag == "option":
|
||||||
|
# not managed ==> future use
|
||||||
|
continue
|
||||||
debug.info("(l:" + str(child.sourceline) + ") '" + str(child.tag) + "' values=" + str(child.attrib));
|
debug.info("(l:" + str(child.sourceline) + ") '" + str(child.tag) + "' values=" + str(child.attrib));
|
||||||
debug.error("(l:" + str(child.sourceline) + ") Parsing error Unknow NODE : '" + str(child.tag) + "' availlable:[remote,include,default,project]")
|
debug.error("(l:" + str(child.sourceline) + ") Parsing error Unknow NODE : '" + str(child.tag) + "' availlable:[remote,include,default,project]")
|
||||||
# now we parse all sub repo:
|
# now we parse all sub repo:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user