From f24454f5d67c621e94a76410a1e8e9a83c0c138b Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Wed, 17 Sep 2014 16:47:06 +0200 Subject: [PATCH] ... --- functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.py b/functions.py index 7a24001..417e917 100644 --- a/functions.py +++ b/functions.py @@ -66,7 +66,7 @@ class TGen : while totname + `i` in tgens : i += 1 totname = totname + `i` - line = '\t'.join([totname] + [`totocc[et]` for et in etoiles]) + line = '\t'.join([totname] + [`totocc[et]` for et in etoiles]) + '\n' f.write(line.encode(self.encoding)) class History : -- 2.7.4