plint

French poetry validator (local mirror of https://gitlab.com/a3nm/plint)
git clone https://a3nm.net/git/plint/
Log | Files | Refs | README

commit 06e4ce9a4a93584fb170ac906f0098f7c47ae5a5
parent b60cef707d8ffb22c4e11c4c0d938f68b420c89e
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed,  6 Mar 2013 23:23:52 +0100

fix obvious glitch on overflowed templates

Diffstat:
template.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template.py b/template.py @@ -113,7 +113,7 @@ class Template: return [], pattern, v if self.overflowed: - return [error.ErrorOverflowedTemplate()], pattern, verse + return [error.ErrorOverflowedTemplate()], pattern, v # rhymes if pattern.myid not in self.env.keys():