mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-03 00:37:51 +08:00
windows update bugfix
This commit is contained in:
@ -44,7 +44,8 @@ def gitpull(path):
|
||||
# Pull the latest changes from the remote repository
|
||||
repo = git.Repo(path)
|
||||
origin = repo.remote(name='origin')
|
||||
origin.pull(submodule_update='recursive')
|
||||
origin.pull()
|
||||
repo.git.submodule('update', '--init', '--recursive')
|
||||
|
||||
repo.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user