Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit 0d55bde

Browse files
committed
fix: Fix correct argument names
1 parent 4fb0645 commit 0d55bde

File tree

1 file changed

+1
-1
lines changed
  • src/mdverse_scrapers/core

1 file changed

+1
-1
lines changed

src/mdverse_scrapers/core/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def get_cli_output_dir(output_dir_path: Path):
4040
required=True,
4141
help="Query parameters file (YAML format).",
4242
)
43-
def get_cli_output_dir_query_file(output_dir_path: Path, query_file: Path):
43+
def get_cli_output_dir_query_file(output_dir_path: Path, query_file_path: Path):
4444
"""Parse scraper scripts command line.
4545
4646
Returns

0 commit comments

Comments
 (0)