Skip to content

Commit

Permalink
Fix path argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 9, 2024
1 parent 38acfb5 commit 7c678ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qpbenchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


def parse_command_line_arguments(
test_set_path: Optional[str] = None,
test_set_path: Optional[Union[str, Path]] = None,
) -> argparse.Namespace:
"""Extracts and interprets command line arguments passed to the script.
Expand Down

0 comments on commit 7c678ba

Please sign in to comment.