We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad9e0e9 commit 72f686eCopy full SHA for 72f686e
1 file changed
package/build.py
@@ -41,7 +41,7 @@ def main():
41
42
success_count = 0
43
task_error_list = []
44
- if len(config) == 0:
+ if not config:
45
print("无任务")
46
sys.exit(0)
47
# 遍历所有打包任务
0 commit comments