ソースを参照

typo in debug comment

David Rose 20 年 前
コミット
878735f3b2
1 ファイル変更1 行追加1 行削除
  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)