Selaa lähdekoodia

Sort package list

wip/coursier
Sindre Stephansen 2 vuotta sitten
vanhempi
commit
87073ad398
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      update-poms.py

+ 1
- 1
update-poms.py Näytä tiedosto

@@ -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')




Loading…
Peruuta
Tallenna