Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tatuylonen committed Feb 25, 2024
1 parent 7fc0807 commit 17693da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiktextract/wiktionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ def check_error(
if prefix:
msg = prefix + ": " + msg
print(msg)
config = wxr.config
if len(config.debugs) > 100000: # Avoid excessive size
return
config = wxr.config
dt = { "msg": msg,
"trace": "",
"title": word,
Expand Down

0 comments on commit 17693da

Please sign in to comment.