Browse Source

typo in debug comment

David Rose 20 years ago
parent
commit
878735f3b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/distributed/RelatedObjectMgr.py

+ 1 - 1
direct/src/distributed/RelatedObjectMgr.py

@@ -229,7 +229,7 @@ class RelatedObjectMgr(DirectObject.DirectObject):
             if len(doIdsPending) == 0:
                 # That was the last doId on the list.  Call the
                 # allCallback!
-                assert(self.notify.debug("All objects generated on list: %s" % (doIdList)))
+                assert(self.notify.debug("All objects generated on list: %s" % (doIdList,)))
                 if doLaterName:
                     taskMgr.remove(doLaterName)