mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-11 09:33:40 +00:00
Fix several typos in the codebase (#6151)
This commit is contained in:
parent
2c5a9eb597
commit
5993904acf
5 changed files with 6 additions and 6 deletions
|
|
@ -32,7 +32,7 @@ def clone_or_pull_repository(github_url):
|
|||
yield f"Cloning {github_url}..."
|
||||
clone_output = subprocess.check_output(["git", "clone", github_url, repo_path], stderr=subprocess.STDOUT)
|
||||
new_extensions.add(repo_name)
|
||||
yield f"The extension `{repo_name}` has been downloaded.\n\nPlease close the the web UI completely and launch it again to be able to load it."
|
||||
yield f"The extension `{repo_name}` has been downloaded.\n\nPlease close the web UI completely and launch it again to be able to load it."
|
||||
return clone_output.decode()
|
||||
except subprocess.CalledProcessError as e:
|
||||
return str(e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue