Commit Graph

8 Commits (0f5664028f5b7177131b5829dce50404255db33b)

Author SHA1 Message Date
Federico Leva 0f5664028f Stricter prefix matching in launcher.py
For instance, do not skip gleefandomcom if gleefandomcom_ru is found.
4 years ago
Federico Leva 20fe64e2dd Delete temporary 7z file if compression failed, don't preserve it
Fixes https://github.com/WikiTeam/wikiteam/issues/366
4 years ago
emijrp aecee2dc53 Merge branch 'master' of https://github.com/WikiTeam/wikiteam 5 years ago
Federico Leva 3b74173e0f launcher.py style and minor changes 6 years ago
Federico Leva 6fbde766c4 Further reduce os.walk() in launcher.py to speed up 6 years ago
Federico Leva fcdc1b5cf2 Use os.listdir('.') 6 years ago
Federico Leva 69ec7e5015 Use os.listdir() and avoid os.walk() in launcher too
With millions of files, everything stalls otherwise.
6 years ago
Federico Leva 50c6786f84 Move launcher.py where its imports assume it is
No reason to force users to move it to actually use it.
6 years ago