From 5fd6aec54bfac7643444774be93984a47b39835c Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 4 Jul 2014 20:35:13 +0200 Subject: [PATCH] Deleting useless line --- patacrep/authors.py | 1 - 1 file changed, 1 deletion(-) 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