diff --git a/cachi2/interface/cli.py b/cachi2/interface/cli.py index d98771dfc..4a84dca6d 100644 --- a/cachi2/interface/cli.py +++ b/cachi2/interface/cli.py @@ -22,7 +22,7 @@ from cachi2.core.rooted_path import RootedPath from cachi2.interface.logging import LogLevel, setup_logging -app = typer.Typer(no_args_is_help=True) +app = typer.Typer(no_args_is_help=True, pretty_exceptions_show_locals=False) log = logging.getLogger(__name__) DEFAULT_SOURCE = "."