Steve Dower <steve.do...@python.org> added the comment:
This line won't work on Windows: shell.run("rm -rf .cache".split(), cwd=repository) You should probably use shutil.rmtree(".cache") instead if you want it to be cross platform. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue43209> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com