projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bce57aa
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Sun, 14 Sep 2014 10:14:01 +0000
(12:14 +0200)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Sun, 14 Sep 2014 10:14:01 +0000
(12:14 +0200)
layout.py
patch
|
blob
|
history
diff --git
a/layout.py
b/layout.py
index
726ea9b
..
58dbf18
100644
(file)
--- a/
layout.py
+++ b/
layout.py
@@
-379,7
+379,7
@@
class OpenCHDS():
self.cluster_size = []
clusternames = {}
for i in range(0, clnb) :
- clusternames[i] = ' '.join([
'%i' % i + 1, _(u'Cluster').decode('utf8'), '%i' % i + 1
])
+ clusternames[i] = ' '.join([
u'%i' % (i + 1), _(u'Cluster').decode('utf8'), u'%i' % (i + 1)
])
if os.path.exists(self.pathout['classes_names.txt']) :
with codecs.open(self.pathout['classes_names.txt'], 'r', self.parent.syscoding) as f :
clusternames_ = f.read()