Skip to content

Commit

Permalink
#513 Fix argument for forms check process
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Jan 25, 2025
1 parent bd436eb commit 956c3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scribe_data/check/check_missing_forms/get_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def extract_dump_forms(
- Only includes languages and data types that have valid QID mappings
"""
processor = LexemeProcessor(
target_iso=languages, parse_type=["form"], data_types=data_types
target_lang=languages, parse_type=["form"], data_types=data_types
)

processor.process_file(file_path)
Expand Down

0 comments on commit 956c3d9

Please sign in to comment.