Browse Source

Strange typo.

tags/v0.2
Ben Kurtovic 9 years ago
parent
commit
08d02917f2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      earwigbot/wiki/copyvios/workers.py

+ 2
- 2
earwigbot/wiki/copyvios/workers.py View File

@@ -288,8 +288,8 @@ class CopyvioWorkspace(object):
return (delta - 50) / delta return (delta - 50) / delta


d_size = float(delta.size) d_size = float(delta.size)
return abs(conf_with_article_and_delta(self._article.size, d_size),
conf_with_delta(d_size))
return abs(max(conf_with_article_and_delta(self._article.size, d_size),
conf_with_delta(d_size)))


def _finish_early(self): def _finish_early(self):
"""Finish handling links prematurely (if we've hit min_confidence).""" """Finish handling links prematurely (if we've hit min_confidence)."""


Loading…
Cancel
Save