projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d801b
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Wed, 17 Sep 2014 14:47:06 +0000
(16:47 +0200)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Wed, 17 Sep 2014 14:47:06 +0000
(16:47 +0200)
functions.py
patch
|
blob
|
history
diff --git
a/functions.py
b/functions.py
index
7a24001
..
417e917
100644
(file)
--- 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 :