mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-15 11:02:36 +02:00
disable pretty_exceptions_show_locals
This commit is contained in:
parent
8dc98b2769
commit
ba6793383f
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue