a comma missing

This commit is contained in:
JerryXiao 2019-04-11 16:41:53 +08:00
parent d269d5ac53
commit 551ea4c1be
Signed by: Jerry
GPG Key ID: 9D9CE43650FF2BAA
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class pkgConfig:
ret = "pkgConfig("
for myproperty in \
(
'dirname', 'type', 'cleanbuild', 'timeout'
'dirname', 'type', 'cleanbuild', 'timeout',
'prebuild', 'postbuild', 'update', 'failure'
):
ret += f'{myproperty}={getattr(self, myproperty, None)},'