Skip to content

Commit ea82e47

Browse files
committed
missing continue
1 parent 8350da6 commit ea82e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comment_spell_check/utils/create_checker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def create_checker(dict_list: list[str] = None) -> spellchecker.SpellChecker:
4747

4848
except requests.exceptions.RequestException as e:
4949
logger.error("Error loading dictionary from URL %s: %s", d, e)
50+
continue
5051

5152
logger.info("Loaded %s", d)
5253
logger.info("%d words", checker.word_frequency.unique_words)

0 commit comments

Comments
 (0)