Closed emitra17 closed 5 years ago
Fix new issues created by adding Windows support. In particular, switch back to using rm -rf instead of shutil.rmtree() on non-Windows systems.
rm -rf
shutil.rmtree()
Fix new issues created by adding Windows support. In particular, switch back to using
rm -rf
instead ofshutil.rmtree()
on non-Windows systems.