mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
bugfix: git_helper - invalid calling of 'exit'
This commit is contained in:
parent
e828281869
commit
a6312077a2
@ -32,7 +32,7 @@ sys.path.append('../..')
|
||||
from torchvision.datasets.utils import download_url
|
||||
|
||||
# ensure .js
|
||||
print("### Loading: ComfyUI-Manager (V0.15)")
|
||||
print("### Loading: ComfyUI-Manager (V0.15.1)")
|
||||
|
||||
comfy_ui_revision = "Unknown"
|
||||
|
||||
|
||||
@ -65,8 +65,8 @@ try:
|
||||
gitcheck(sys.argv[2], True)
|
||||
elif sys.argv[1] == "--pull":
|
||||
gitpull(sys.argv[2])
|
||||
exit(0)
|
||||
sys.exit(0)
|
||||
except:
|
||||
exit(-1)
|
||||
sys.exit(-1)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user