dont try to print random strings as the ascii codec fails to do this
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 3 Jun 2008 10:56:47 +0000 (10:56 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 3 Jun 2008 10:56:47 +0000 (10:56 +0000)
system/plcsh-stress-test.py

index d49af20..5015166 100755 (executable)
@@ -1306,8 +1306,7 @@ class Test:
                 for field in tag_type_fields:
                     assert tag_type[field] == tag_type_fields[field]
             if self.verbose:
-                print "Updated slice attribute type", tag_type_id, \
-                    " tagname=", tag_type_fields['tagname']
+                print "Updated slice attribute type", tag_type_id
 
     def UpdateTagTypes(self):
         """