From e3c5a6a914056fbc78125d7d6208c2f34c72e3ad Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 3 Jun 2008 10:56:47 +0000 Subject: [PATCH] dont try to print random strings as the ascii codec fails to do this --- system/plcsh-stress-test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/plcsh-stress-test.py b/system/plcsh-stress-test.py index d49af20..5015166 100755 --- a/system/plcsh-stress-test.py +++ b/system/plcsh-stress-test.py @@ -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): """ -- 2.47.0