We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5c376f + 2c40fcc commit a94e1d5Copy full SHA for a94e1d5
tests/w3c_base.py
@@ -69,7 +69,7 @@ def get_errors(test_type, params):
69
70
file_path = get_cache_path_for_file(url, True)
71
if is_html:
72
- html_file_ending_fix = file_path.replace('.cache', '.cache.html')
+ html_file_ending_fix = file_path.replace('.cache', '.cache.html').replace('.tmp', '.tmp.html')
73
if has_cache_file(url, True, CACHE_TIME_DELTA) \
74
and not os.path.exists(html_file_ending_fix):
75
os.rename(file_path, html_file_ending_fix)
0 commit comments