mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
fix garbage report crash
This commit is contained in:
parent
27cfbbd284
commit
189626a483
@ -2495,7 +2495,7 @@ def deeptype(obj, maxLen=100, _visitedIds=None):
|
|||||||
s += '}'
|
s += '}'
|
||||||
return s
|
return s
|
||||||
else:
|
else:
|
||||||
return itype(obj)
|
return str(itype(obj))
|
||||||
|
|
||||||
def getNumberedTypedString(items, maxLen=5000, numPrefix=''):
|
def getNumberedTypedString(items, maxLen=5000, numPrefix=''):
|
||||||
"""get a string that has each item of the list on its own line,
|
"""get a string that has each item of the list on its own line,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user