mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-02 09:37:03 +00:00
feat(core): Support more chat flows (#1180)
This commit is contained in:
@@ -140,7 +140,7 @@ def update_repo(repo: str):
|
||||
logger.info(f"Repo '{repo}' is not a git repository.")
|
||||
return
|
||||
logger.info(f"Updating repo '{repo}'...")
|
||||
subprocess.run(["git", "pull"], check=True)
|
||||
subprocess.run(["git", "pull"], check=False)
|
||||
|
||||
|
||||
def install(
|
||||
|
Reference in New Issue
Block a user