This commit is contained in:
ed 2022-02-13 03:10:53 +01:00
parent 98a90d49cb
commit b5f2fe2f0a
10 changed files with 289 additions and 8 deletions

View file

@ -387,7 +387,7 @@ def run(tmp, j2):
t.daemon = True
t.start()
ld = [tmp, os.path.join(tmp, "dep-j2")]
ld = [os.path.join(tmp, x) for x in ["", "dep-ftp", "dep-j2"]]
if j2:
del ld[-1]