disable pretty_exceptions_show_locals

This commit is contained in:
geekan 2024-01-10 13:40:55 +08:00
parent 8dc98b2769
commit ba6793383f

View file

@ -9,7 +9,7 @@ import typer
from metagpt.config2 import config
from metagpt.const import METAGPT_ROOT
app = typer.Typer(add_completion=False)
app = typer.Typer(add_completion=False, pretty_exceptions_show_locals=False)
def generate_repo(