Skip to content

Commit e6d22a1

Browse files
authored
Merge pull request #51 from AntoineMarnat/patch-2
Update core.py
2 parents 739fce4 + f6d3d81 commit e6d22a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

campbot/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def _process_documents(
643643
comment, ask_before_saving=ask_before_saving
644644
)
645645
except Exception as e:
646-
report["Unexpcted error"] += 1
646+
report["Unexpected error"] += 1
647647
logging.error(f"Error while saving {document_url} :\n{e}")
648648
else:
649649
if new_document is None:

0 commit comments

Comments
 (0)