Dave Schuyler 20 vuotta sitten
vanhempi
sitoutus
ed058d20ad
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      direct/src/distributed/DoInterestManager.py

+ 2 - 2
direct/src/distributed/DoInterestManager.py

@@ -135,8 +135,8 @@ class DoInterestManager(DirectObject.DirectObject):
         def printInterests(self):
         def printInterests(self):
             print "*********************** Interest Sets **************"
             print "*********************** Interest Sets **************"
             print "(Interest ID, Description, Scope, Event, Mode)"
             print "(Interest ID, Description, Scope, Event, Mode)"
-            for i in DoInterestManager._interests.keys():
-                print DoInterestManager._interests[i]
+            for i in DoInterestManager._interests.values():
+                print i
             print "****************************************************"
             print "****************************************************"
             for i in DoInterestManager._debug_currentInterests:
             for i in DoInterestManager._debug_currentInterests:
                 print i
                 print i