Commit Graph

9 Commits (master)

Author SHA1 Message Date
Federico Leva e4524b8aec launcher.py: Avoid shell=True to consume half as many processes
No idea if "python2" will be converted to anything meaningful on Windows,
but then you're not really supposed to use the shell either in that dungeon.
https://docs.python.org/2.7/library/subprocess.html#subprocess.Popen
4 years ago
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 4 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