Oops
This commit is contained in:
parent
2c8414db5d
commit
ffc717717c
2
setup.py
2
setup.py
@ -616,7 +616,7 @@ def clean():
|
||||
else:
|
||||
os.unlink(x)
|
||||
|
||||
shutil.rmtree('build', 'compile_commands.json')
|
||||
safe_remove('build', 'compile_commands.json')
|
||||
for root, dirs, files in os.walk('.'):
|
||||
remove_dirs = {d for d in dirs if d == '__pycache__'}
|
||||
[(shutil.rmtree(os.path.join(root, d)), dirs.remove(d)) for d in remove_dirs]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user