fix garbage report crash

This commit is contained in:
Redmond Urbino 2008-08-25 22:58:05 +00:00
parent 27cfbbd284
commit 189626a483

View File

@ -2495,7 +2495,7 @@ def deeptype(obj, maxLen=100, _visitedIds=None):
s += '}'
return s
else:
return itype(obj)
return str(itype(obj))
def getNumberedTypedString(items, maxLen=5000, numPrefix=''):
"""get a string that has each item of the list on its own line,