mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-25 14:30:40 +08:00
dirty hack
This commit is contained in:
parent
440c8568d7
commit
3fd4fb3c79
1 changed files with 3 additions and 1 deletions
|
@ -68,7 +68,9 @@ class jobsManager:
|
|||
def __repr__(self):
|
||||
ret = "jobsManager("
|
||||
for myproperty in (
|
||||
'__buildjobs', '__uploadjobs', '__curr_job',
|
||||
'_jobsManager__buildjobs',
|
||||
'_jobsManager__uploadjobs',
|
||||
'_jobsManager__curr_job',
|
||||
'pkgconfigs', 'last_updatecheck', 'idle'
|
||||
):
|
||||
ret += f'{myproperty}={getattr(self, myproperty, None)},'
|
||||
|
|
Loading…
Reference in a new issue