Skip to content

Commit

Permalink
feat: add default path for calibrations library
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-v4s committed Jul 4, 2024
1 parent 34ddda1 commit c8e5928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualibrate_runner/cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def _confirm(config_file: Path, exported_data: dict[str, Any]) -> None:
@click.option(
"--calibration-library-folder",
type=click.Path(exists=True, file_okay=False, dir_okay=True),
required=True,
default=QUALIBRATE_PATH / "calibrations",
)
@click.pass_context
def config_command(
Expand Down

0 comments on commit c8e5928

Please sign in to comment.