ソースを参照

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')
async with done_lock:
with open(output_path, 'w') as f:
for p in done:
for p in sorted(done):
f.write(p + '\n')




読み込み中…
キャンセル
保存