DumpRunner: Fix "missing" messages to not break the image cycler

This commit is contained in:
refractionpcsx2 2025-01-12 06:52:19 +00:00
parent 27074a809c
commit ef46c7dbd6
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ def check_regression_test(baselinedir, testdir, name):
if not os.path.isfile(path2):
print("--- Frame %u for %s is missing in test set" % (framenum, name))
write("<h1>{}</h1>".format(name))
write("--- Frame %u for %s is missing in test set" % (framenum, name))
write("<pre>--- Frame %u for %s is missing in test set</pre>" % (framenum, name))
return False
if not compare_frames(path1, path2):