Fix relative path of inject XML file. By Yi Yi

This commit is contained in:
Lorenz Meier
2015-11-18 10:15:20 +01:00
parent e045ab131e
commit 2cf6d9f605
+1 -1
View File
@@ -130,7 +130,7 @@ def main():
# Output to XML file
if args.xml:
print("Creating XML file " + args.xml)
out = xmlout.XMLOutput(param_groups, args.board, args.inject_xml)
out = xmlout.XMLOutput(param_groups, args.board, os.path.join(args.src_path, args.inject_xml))
out.Save(args.xml)
# Output to DokuWiki tables