diff --git a/yamlparse.py b/yamlparse.py index 5ee8d56..d790621 100644 --- a/yamlparse.py +++ b/yamlparse.py @@ -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)},'