Skip to content

Commit

Permalink
Merge pull request #390 from xxyzz/skip_analyze
Browse files Browse the repository at this point in the history
`analyze_and_overwrite_pages()`'s last parameter is `skip_analyze_templates`
  • Loading branch information
xxyzz authored Oct 31, 2023
2 parents 8ea9860 + f37dd06 commit fdb3c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wiktextract/wiktwords.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ def main():
wxr.wtp,
[Path(p) for p in args.override],
skip_extract_dump,
wxr.config.analyze_templates,
not wxr.config.analyze_templates,
)

if args.page:
Expand Down

0 comments on commit fdb3c43

Please sign in to comment.