diff --git a/patacrep/authors.py b/patacrep/authors.py index 15ef07b1..73f3fc7a 100644 --- a/patacrep/authors.py +++ b/patacrep/authors.py @@ -33,7 +33,6 @@ def compile_authwords(authwords): re.compile(r"^(.*)%s +(.*)$" % word, re.LOCALE) for word in ([" %s" % word for word in authwords['sep']] + [',']) ] - authwords['ignore'] = [word for word in authwords['ignore'] if word] return authwords