Skip to content

Commit 80dfc2c

Browse files
authored
fix #2566: cannot run full process (#2567)
1 parent f79bfc8 commit 80dfc2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wikidict/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def head_sections_matcher(wikicode: str) -> Iterator[str]:
190190
words[unescape(title)] = unescape(code)
191191

192192
context.adapt_templates(lang_dst)
193-
193+
context.close_ctx()
194194
return words
195195

196196

0 commit comments

Comments
 (0)