Commit 3e02e081 authored by 张永's avatar 张永

Merge branch 'feature/channel_package_zy' into 'dev'

修复文件路径不存在问题

See merge request alpha/sun!84
parents 97720d5e 38fff92c
......@@ -55,7 +55,6 @@ def channel_build(version=None, channels=None, data=None, ):
# 遍历渠道号并创建对应渠道号的apk文件
for channel in channels:
build_one_channel(chn_pkg, channel)
os.remove(target_path)
def build_one_channel(pkg_obj, channel):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment