mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
show priorities and jobIds in repr
This commit is contained in:
parent
936412fae2
commit
f619fd68bd
@ -205,6 +205,6 @@ class JobManager:
|
||||
# run through the jobs at this priority in the order that they will run
|
||||
for jobId in self._pri2jobIds[pri]:
|
||||
job = jobId2job[jobId]
|
||||
s += '\n%4d: %s' % (jobId, job.getJobName())
|
||||
s += '\n%5d: %s (jobId %s)' % (pri, job.getJobName(), jobId)
|
||||
s += '\n'
|
||||
return s
|
||||
|
Loading…
x
Reference in New Issue
Block a user