mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-01-31 08:25:24 +00:00
Merge pull request #409 from ParisNeo/ParisNeo-patch-5
Update update_script.py
This commit is contained in:
commit
c6bf2b7ef4
@ -14,7 +14,7 @@ def run_git_pull():
|
|||||||
origin.pull()
|
origin.pull()
|
||||||
print("Updating submodules")
|
print("Updating submodules")
|
||||||
try:
|
try:
|
||||||
repo.git.submodule('update', '--init', '--recursive')
|
repo.git.submodule('update', '--init')
|
||||||
# Checkout the main branch on each submodule
|
# Checkout the main branch on each submodule
|
||||||
for submodule in repo.submodules:
|
for submodule in repo.submodules:
|
||||||
try:
|
try:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user