Steve Dower <[email protected]> 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 <[email protected]>
<https://bugs.python.org/issue43209>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com