Skip to content

Commit 24a6576

Browse files
disable shorter exceptions
1 parent 9301778 commit 24a6576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logging.getLogger("httpx").setLevel("WARNING")
1616
logger = logging.getLogger(__name__)
1717

18-
app = typer.Typer()
18+
app = typer.Typer(pretty_exceptions_short=False)
1919

2020

2121
class ClusterConfig(BaseModel):

0 commit comments

Comments
 (0)