diff --git a/pungi/notifier.py b/pungi/notifier.py index 814b65e8..5ab912f9 100644 --- a/pungi/notifier.py +++ b/pungi/notifier.py @@ -33,6 +33,7 @@ class PungiNotifier(object): def _update_args(self, data): """Add compose related information to the data.""" data.setdefault('compose_id', self.compose.compose_id) + data.setdefault('topdir', self.compose.paths.compose.topdir()) def send(self, msg, **kwargs): """Send a message.