We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8350da6 commit ea82e47Copy full SHA for ea82e47
comment_spell_check/utils/create_checker.py
@@ -47,6 +47,7 @@ def create_checker(dict_list: list[str] = None) -> spellchecker.SpellChecker:
47
48
except requests.exceptions.RequestException as e:
49
logger.error("Error loading dictionary from URL %s: %s", d, e)
50
+ continue
51
52
logger.info("Loaded %s", d)
53
logger.info("%d words", checker.word_frequency.unique_words)
0 commit comments