mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-18 21:26:12 +00:00
Oops
This commit is contained in:
parent
2c8414db5d
commit
ffc717717c
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue