Skip to content

Commit

Permalink
remove spurious task dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Oct 9, 2015
1 parent 9545ee3 commit a77aa30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nikola/plugins/task/py3_switch.py
Expand Up @@ -98,7 +98,6 @@ def give_warning():
'name': 'please!',
'actions': [give_warning],
'clean': True,
'task_dep': ['sitemap'],
'uptodate': [doit.tools.timeout(datetime.timedelta(days=3))]
}

Expand Down

0 comments on commit a77aa30

Please sign in to comment.