Skip to content
Snippets Groups Projects
Commit a52aae8bcc7a authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

repair-issue6528: remove a now useless continue

The condition for that continue have been excplicly filtered out of the `files`
list a handful of line earlier.
parent f57f5ab0e220
No related branches found
No related tags found
2 merge requests!618Draft: 6.5rc0,!559rework store walking
......@@ -838,11 +838,6 @@
found_nothing = True
for file_type, path in files:
if (
not path.endswith(b'.i')
or not file_type & store.FILEFLAGS_FILELOG
):
continue
progress.increment()
filename = _get_filename_from_filelog_index(path)
fl = _filelog_from_filename(repo, filename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment