mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-03-13 01:10:01 +00:00
fix(install): fix empty package error
This commit is contained in:
@@ -74,7 +74,8 @@ def install():
|
||||
cmd = pkg
|
||||
pkgs.append(cmd)
|
||||
|
||||
run_uv_pip(*pkgs)
|
||||
if pkgs:
|
||||
run_uv_pip(*pkgs)
|
||||
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user