Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Mar 13, 2018
1 parent 4059d2e commit d18726d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/__main__.py
Expand Up @@ -234,6 +234,7 @@ def __init__(self, *args, **kw):
class Clean(DoitClean):
"""Clean site, including the cache directory."""

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

0 comments on commit d18726d

Please sign in to comment.