Skip to content
Snippets Groups Projects
Commit 17aec1d7 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Clause to be removed from filename if filename is extracted from doc

parent 55dd8f98
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ def parse_all_examples(txt):
if filename == "":
filename = "{:02d}".format(i) + ".yaml"
i = i + 1
filename = clause+"-"+filename
filename = clause+"-"+filename
new_example = "# " + filename + "\n" + linetext
elif new_example != "" and is_body_of_example(linetext):
new_example = new_example + "\n" + linetext
......
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