Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nelliemckesson committed Oct 17, 2023
1 parent 6b258d8 commit 9d7ebf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transform_doxygen_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ def compile_includes(my_adoc, output_path, v):
print("ERROR: ", e, exc_tb.tb_lineno)
return my_adoc

def walk_json(k,v,group_adoc, output_path):
def walk_json(k, v, group_adoc, output_path):
try:
filename = re.sub("html$", "adoc", k)
group_adoc = group_adoc + "include::" + filename + "[]\n\n"
Expand Down

0 comments on commit 9d7ebf6

Please sign in to comment.