update
This commit is contained in:
@@ -384,7 +384,7 @@ class PluginManager:
|
|||||||
if flag:
|
if flag:
|
||||||
if plugin_git and plugin_git.startswith('http'):
|
if plugin_git and plugin_git.startswith('http'):
|
||||||
command = ['git', '-C', plugin_all_path, 'clone', plugin_git + '.git', '--depth', '1']
|
command = ['git', '-C', plugin_all_path, 'clone', plugin_git + '.git', '--depth', '1']
|
||||||
log = SupportSubprocess.execute_command_return(command)
|
log = SupportSubprocess.execute_command_return(command, log=True)
|
||||||
F.logger.debug(log)
|
F.logger.debug(log)
|
||||||
if os.path.exists(plugin_path):
|
if os.path.exists(plugin_path):
|
||||||
ret['ret'] = 'success'
|
ret['ret'] = 'success'
|
||||||
|
|||||||
Reference in New Issue
Block a user