mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -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:
|
||||
yield None
|
||||
self.notify.info(self._report[i])
|
||||
self.notify.info('===== Garbage Report Done =====')
|
||||
self.printingEnd()
|
||||
|
||||
yield Job.Done
|
||||
|
Loading…
x
Reference in New Issue
Block a user