Skip to content

Commit

Permalink
Fix misleading error of 'File or directory not found' (#208)
Browse files Browse the repository at this point in the history
closes #156
  • Loading branch information
irux authored May 3, 2023
1 parent 31cc833 commit 062ae04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kpops/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@

LOG_DIVIDER = "#" * 100

app = typer.Typer(
pretty_exceptions_show_locals=False,
)
app = typer.Typer(pretty_exceptions_enable=False)

BASE_DIR_PATH_OPTION: Path = typer.Option(
default=Path("."),
Expand Down

0 comments on commit 062ae04

Please sign in to comment.