Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Alsina committed May 24, 2017
1 parent fdd431c commit 191d757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v7/similarity/similarity.py
Expand Up @@ -132,8 +132,9 @@ def write_similar(path, p, lang, indexes=indexes, dictionaries=dictionaries, lsi
'basename': self.name,
'name': out_name,
'targets': [out_name],
'actions': [(write_similar, (out_name, p, lang))],
'actions': [(write_similar, (out_name, post, lang))],
'file_dep': file_dep,
'uptodate': [utils.config_changed({1: kw}, 'similarity')],
}
yield task

0 comments on commit 191d757

Please sign in to comment.