projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1c8bb1
)
...
author
pierre
<ratinaud@univ-tlse2.fr>
Sun, 14 Sep 2014 13:54:09 +0000
(15:54 +0200)
committer
pierre
<ratinaud@univ-tlse2.fr>
Sun, 14 Sep 2014 13:54:09 +0000
(15:54 +0200)
functions.py
patch
|
blob
|
history
diff --git
a/functions.py
b/functions.py
index
884e62f
..
d697f16
100644
(file)
--- a/
functions.py
+++ b/
functions.py
@@
-51,7
+51,7
@@
class TGen :
if path is None :
path = self.path
with open(path, 'w') as f :
- f.write('\n'.join(['\t'.join([val] + self.tgen[val]) for val in self.tgen]))
+ f.write('\n'.join(['\t'.join([val] + self.tgen[val]) for val in self.tgen])
.encode(self.encoding)
)
def writetable(self, pathout, tgens, totocc):
etoiles = totocc.keys()