Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisoSouza committed Jul 30, 2024
1 parent bb01f5f commit a1f4bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/indexer/indexer_file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def index_full_text(self, content_base, **kwargs):
filename=content_base.get("filename"),
file_uuid=content_base.get("file_uuid"),
)
return True
except Exception as e:
logger.exception(e)
return False

0 comments on commit a1f4bf9

Please sign in to comment.