mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -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 += '}'
|
||||
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user