fix 插件下载Bug
This commit is contained in:
parent
0214beb679
commit
2c43d8e145
@ -107,7 +107,7 @@ class PluginHelper(metaclass=Singleton):
|
|||||||
l, m = __get_filelist(p)
|
l, m = __get_filelist(p)
|
||||||
if not l:
|
if not l:
|
||||||
return False, m
|
return False, m
|
||||||
return __download_files(p, l)
|
__download_files(p, l)
|
||||||
return True, ""
|
return True, ""
|
||||||
|
|
||||||
if not pid or not repo_url:
|
if not pid or not repo_url:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user