Skip to content

Commit ca15778

Browse files
committed
Make clean default to all
1 parent 5e4a769 commit ca15778

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def run(self):
102102
if self.docs:
103103
paths.update(Clean.DOCS)
104104

105-
if self.all:
105+
if self.all or not paths:
106106
paths.update(Clean.ALL)
107107

108108
for path in sorted(list(paths)):

0 commit comments

Comments
 (0)