We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7bc18 commit 077ace3Copy full SHA for 077ace3
src/wiktextract/wiktwords.py
@@ -149,7 +149,7 @@ def main():
149
parser.add_argument(
150
"--skip-extraction",
151
action="store_true",
152
- default="False",
+ default=False,
153
help="Skip the (usually lengthy) json data extraction "
154
"procedure to do other things, like creating a database "
155
"file or other files."
0 commit comments