فهرست منبع

修复参数传入错误。

JeffWang 3 سال پیش
والد
کامیت
0d1709f565
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      自动编译系统脚本标准化/builder.py

+ 1 - 1
自动编译系统脚本标准化/builder.py

@@ -123,7 +123,7 @@ def prev_compile():
         commands.append(str.format("cd %s") % CODE_DIR)
         commands.append("repo sync")
         commandline=';'.join(commands)
-        cmdExecute_Ridrect(commands, CODE_DIR)
+        cmdExecute_Ridrect(commandline, CODE_DIR)
     
     # 重新下载;
     commands=[]