浏览代码

Sort package list

wip/coursier
父节点
当前提交
87073ad398
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      update-poms.py

+ 1
- 1
update-poms.py 查看文件

@@ -313,7 +313,7 @@ async def main() -> None:
logger.info('Generating list of all packages') logger.info('Generating list of all packages')
async with done_lock: async with done_lock:
with open(output_path, 'w') as f: with open(output_path, 'w') as f:
for p in done:
for p in sorted(done):
f.write(p + '\n') f.write(p + '\n')






正在加载...
取消
保存