git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54476 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -1049,7 +1049,8 @@ class SbProgress(SbTextItem):
else:
stText += ', '
stText += '<%s>' % layer.GetName()
- stText += '...'
+ if stText:
+ stText += '...'
if self.maps[map]['range'] != len(self.maps[map]['rendered']):
if stText: