We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54c4f2f + 27c0187 commit 125b659Copy full SHA for 125b659
src/guidellm/__main__.py
@@ -422,7 +422,7 @@ def run(**kwargs): # noqa: C901
422
423
# Handle output path remapping
424
if (output_path := kwargs.pop("output_path", None)) is not None:
425
- if kwargs.get("outputs_dir", None) is not None:
+ if kwargs.get("output_dir", None) is not None:
426
raise click.BadParameter("Cannot use --output-path with --output-dir.")
427
path = Path(output_path)
428
if path.is_dir():
0 commit comments