Commit Graph

7 Commits (7de75012d1bce70da708a0c2d23d1a9fa1b5ed3b)

Author SHA1 Message Date
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