Skip to content

Commit d18726d

Browse files
authoredMar 13, 2018
Added comment
1 parent 4059d2e commit d18726d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎nikola/__main__.py

+1
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def __init__(self, *args, **kw):
234234
class Clean(DoitClean):
235235
"""Clean site, including the cache directory."""
236236

237+
# The unseemly *a is because this API changed between doit 0.30.1 and 0.31
237238
def clean_tasks(self, tasks, dryrun, *a):
238239
"""Clean tasks."""
239240
if not dryrun and config:

0 commit comments

Comments
 (0)