Skip to content

Commit

Permalink
Revert "Don't track older files in directory.json"
Browse files Browse the repository at this point in the history
This reverts commit a648dc6.
  • Loading branch information
Willy-JL committed Apr 28, 2024
1 parent 20e5c3d commit dae95b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions indexer/src/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ def add_files_to_version(
# skip .DS_store files
if cur.startswith("."):
continue
if version.version not in cur:
continue
parsed_file = file_parser()
try:
parsed_file.parse(cur)
Expand Down

0 comments on commit dae95b4

Please sign in to comment.