We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab098f4 commit 6c6fff2Copy full SHA for 6c6fff2
scripts/check-redirects/main.py
@@ -64,7 +64,7 @@ def slashify(url):
64
deleted_pages.append(line_parts[1].strip())
65
elif status[0] == 'R':
66
old_filename, file_extension = os.path.splitext(line_parts[1])
67
- if file_extension.strip() not in iamge_extensions + vue_extensions:
+ if file_extension.strip() not in iamge_extensions + vue_extensions + data_extensions:
68
renamed_pages_or_data_files.append( (line_parts[1].strip(),line_parts[2].strip()) )
69
if file_extension not in captured_exts:
70
captured_exts.append(file_extension)
0 commit comments