Skip to content

Commit

Permalink
Improvments
Browse files Browse the repository at this point in the history
  • Loading branch information
helviojunior committed Jul 24, 2024
1 parent 2e3bac2 commit f6c466a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filecrawler/crawlerbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def process_path(self, db: CrawlerDB, path: CPath):
if id is not None and id.strip() != '':
if not self.must_index(file=id):
CrawlerBase.ignored += 1
return
continue

parser = ParserBase.get_parser_instance(f_data['extension'], f_data['mime_type'])
f_data.update(dict(parser=parser.name))
Expand Down

0 comments on commit f6c466a

Please sign in to comment.