Skip to content

Commit

Permalink
Merge pull request #51 from AntoineMarnat/patch-2
Browse files Browse the repository at this point in the history
Update core.py
  • Loading branch information
cbeauchesne committed Apr 27, 2022
2 parents 739fce4 + f6d3d81 commit e6d22a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion campbot/core.py
Expand Up @@ -643,7 +643,7 @@ def _process_documents(
comment, ask_before_saving=ask_before_saving
)
except Exception as e:
report["Unexpcted error"] += 1
report["Unexpected error"] += 1
logging.error(f"Error while saving {document_url} :\n{e}")
else:
if new_document is None:
Expand Down

0 comments on commit e6d22a1

Please sign in to comment.