disable pretty_exceptions_show_locals

This commit is contained in:
geekan 2024-01-10 13:40:55 +08:00 committed by 莘权 马
parent 742891775c
commit bee5a973d0

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(