mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-07 22:37:07 +08:00
Update update.py
This commit is contained in:
parent
5e338c038f
commit
7a7fd3f592
@ -66,7 +66,7 @@ if branch is None:
|
|||||||
try:
|
try:
|
||||||
ref = repo.lookup_reference('refs/remotes/origin/master')
|
ref = repo.lookup_reference('refs/remotes/origin/master')
|
||||||
except:
|
except:
|
||||||
print("pulling.")
|
print("pulling.") # noqa: T201
|
||||||
pull(repo)
|
pull(repo)
|
||||||
ref = repo.lookup_reference('refs/remotes/origin/master')
|
ref = repo.lookup_reference('refs/remotes/origin/master')
|
||||||
repo.checkout(ref)
|
repo.checkout(ref)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user