mirror of https://github.com/Bing-su/adetailer.git
fix(install): fix empty package error
parent
397a724a73
commit
fb5401e22b
|
|
@ -74,7 +74,8 @@ def install():
|
|||
cmd = pkg
|
||||
pkgs.append(cmd)
|
||||
|
||||
run_uv_pip(*pkgs)
|
||||
if pkgs:
|
||||
run_uv_pip(*pkgs)
|
||||
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue