X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=layout.py;h=58dbf18f0e2a6647b41869e3f4bc94097cbad100;hp=726ea9b90204d797eb5cfc458708683337b4f546;hb=004429fae3db0a606add39137070dd3926934281;hpb=bce57aaafdd0ddc307c04ae49f3eca4beb81806f diff --git a/layout.py b/layout.py index 726ea9b..58dbf18 100644 --- 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()