mirror of
https://github.com/archlinux-jerry/buildbot
synced 2024-11-22 04:50:41 +08:00
a comma missing
This commit is contained in:
parent
d269d5ac53
commit
551ea4c1be
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class pkgConfig:
|
||||||
ret = "pkgConfig("
|
ret = "pkgConfig("
|
||||||
for myproperty in \
|
for myproperty in \
|
||||||
(
|
(
|
||||||
'dirname', 'type', 'cleanbuild', 'timeout'
|
'dirname', 'type', 'cleanbuild', 'timeout',
|
||||||
'prebuild', 'postbuild', 'update', 'failure'
|
'prebuild', 'postbuild', 'update', 'failure'
|
||||||
):
|
):
|
||||||
ret += f'{myproperty}={getattr(self, myproperty, None)},'
|
ret += f'{myproperty}={getattr(self, myproperty, None)},'
|
||||||
|
|
Loading…
Reference in a new issue