summaryrefslogtreecommitdiffstats
path: root/extras/profiler/glusterfs-profiler
diff options
context:
space:
mode:
Diffstat (limited to 'extras/profiler/glusterfs-profiler')
-rwxr-xr-xextras/profiler/glusterfs-profiler2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/profiler/glusterfs-profiler b/extras/profiler/glusterfs-profiler
index 9c76d5b379c..5f5e4ed8dbd 100755
--- a/extras/profiler/glusterfs-profiler
+++ b/extras/profiler/glusterfs-profiler
@@ -291,7 +291,7 @@ class Texttable:
s = "%s%s%s" % (horiz, [horiz, self._char_corner][self._has_vlines()],
horiz)
# build the line
- l = string.join([horiz*n for n in self._width], s)
+ l = s.join([horiz*n for n in self._width])
# add border if needed
if self._has_border():
l = "%s%s%s%s%s\n" % (self._char_corner, horiz, l, horiz,