Skip to content
Snippets Groups Projects
Commit d368dd35 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[scr] fixed docu script

parent a76cce84
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ for k, v in map_tag_to_prj_files.items():
for k, v in map_attr_to_prj_files.items():
map_attr_to_prj_files[k] = list(v)
documented_tags_attrs.discard((k, True))
documented_tags_attrs.discard((k, False))
with open(os.path.join(docauxdir, "tested-parameters-cache.json"), "w") as fh:
json.dump({ "tags": map_tag_to_prj_files, "attributes": map_attr_to_prj_files }, \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment