mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Make clean default to all
This commit is contained in:
parent
5e4a769c01
commit
ca15778ac8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -102,7 +102,7 @@ class Clean(Command):
|
||||||
if self.docs:
|
if self.docs:
|
||||||
paths.update(Clean.DOCS)
|
paths.update(Clean.DOCS)
|
||||||
|
|
||||||
if self.all:
|
if self.all or not paths:
|
||||||
paths.update(Clean.ALL)
|
paths.update(Clean.ALL)
|
||||||
|
|
||||||
for path in sorted(list(paths)):
|
for path in sorted(list(paths)):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue