plint

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

commit 6da21fbba14fbf752e75f5f5aa5cc7dd69bcc075
parent 7bb331468d44193613b699fb1ec974fd409f4b8a
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Tue,  2 Aug 2011 14:17:11 -0400

fix another field problem

Diffstat:
boilint.py | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/boilint.py b/boilint.py @@ -12,8 +12,8 @@ buf = "" lbuf = [] def output(l): - print(' '.join(l[1:])) - print(' '.join(l[1:]), file=f) + print(' '.join(l)) + print(' '.join(l), file=f) def manage(line, silent=False): """manage one line, indicate if an error occurred"""