diff --git a/scripts/benchmark.py b/scripts/benchmark.py index f30ea89b5..867ffecf5 100755 --- a/scripts/benchmark.py +++ b/scripts/benchmark.py @@ -28,7 +28,7 @@ assert BENCHMARK_DNAME.exists() and BENCHMARK_DNAME.is_dir() ORIGINAL_DNAME = BENCHMARK_DNAME / "practice/." assert ORIGINAL_DNAME.exists() and ORIGINAL_DNAME.is_dir() -app = typer.Typer(add_completion=False) +app = typer.Typer(add_completion=False, pretty_exceptions_enable=False) @app.command()