Skip to content

Commit

Permalink
fixed CLI archiver type
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jun 13, 2024
1 parent 3242631 commit 85f267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxonis_train/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def inspect(
@app.command()
def archive(
executable: Annotated[
Optional[Path], typer.Option(help="Path to the model file.", show_default=False)
str, typer.Option(help="Path to the model file.", show_default=False)
],
config: ConfigType = None,
opts: OptsType = None,
Expand Down

0 comments on commit 85f267e

Please sign in to comment.