mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
safer printObjects
This commit is contained in:
parent
8dd9c1419c
commit
815c8b90e8
@ -64,9 +64,9 @@ class ConnectionRepository(DoInterestManager, CConnectionRepository):
|
||||
print '-'*len(title)
|
||||
for distObj in self.doId2do.values():
|
||||
print format%(
|
||||
distObj.parentId,
|
||||
distObj.zoneId,
|
||||
distObj.doId,
|
||||
distObj.__dict__.get("parentId"),
|
||||
distObj.__dict__.get("zoneId"),
|
||||
distObj.__dict__.get("doId"),
|
||||
distObj.dclass.getName(),
|
||||
distObj.__dict__.get("name"))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user