Skip to content

Commit 8358872

Browse files
Fixed fdoc_sourcelinks: Error opening issues
Ticket: CFE-4570 Signed-off-by: Ihor Aleksandrychiev <ihor.aleksandrychiev@northern.tech>
1 parent 73a3e43 commit 8358872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/_scripts/cfdoc_sourcelinks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def addLinkToSource(file_name, config):
118118
unexpanded_macro = unexpandedMacroRegex()
119119

120120
error_count = 0
121-
html_file = config["CFE_DIR"] + "/" + html_file
121+
html_file = config["CFE_DIR"] + "/" + html_file + "/index.html"
122122
try:
123123
in_file = open(html_file, "r")
124124
lines = in_file.readlines()

0 commit comments

Comments
 (0)