Skip to content

Commit ed735be

Browse files
authored
Try to fix report (#1067)
1 parent 9172d3b commit ed735be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testsuite/fmi-cross-check/generateHTML.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,12 @@ def constructDF(crossCheckDir, platform, omsVersion):
167167
try:
168168
output = open(os.path.join(resultDir, "OMSimulator_out.log"), "r").read()
169169
except:
170-
output = ""
170+
continue
171171

172172
try:
173173
error = open(os.path.join(resultDir, "OMSimulator_err.log"), "r").read()
174174
except:
175-
error = ""
175+
continue
176176

177177
resultsCorrect = os.path.isfile(os.path.join(resultDir, "passed"))
178178

0 commit comments

Comments
 (0)