Skip to content

Commit 72f686e

Browse files
authored
Update build.py
1 parent ad9e0e9 commit 72f686e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def main():
4141

4242
success_count = 0
4343
task_error_list = []
44-
if len(config) == 0:
44+
if not config:
4545
print("无任务")
4646
sys.exit(0)
4747
# 遍历所有打包任务

0 commit comments

Comments
 (0)