mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
adding 'done' line to garbage report
This commit is contained in:
parent
326da19431
commit
68029c8607
@ -362,6 +362,7 @@ class GarbageReport(Job):
|
|||||||
if self.numGarbage > 0:
|
if self.numGarbage > 0:
|
||||||
yield None
|
yield None
|
||||||
self.notify.info(self._report[i])
|
self.notify.info(self._report[i])
|
||||||
|
self.notify.info('===== Garbage Report Done =====')
|
||||||
self.printingEnd()
|
self.printingEnd()
|
||||||
|
|
||||||
yield Job.Done
|
yield Job.Done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user