From 333045fb875979cb8e535a1a77b540418437cf3c Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 1 Nov 2017 12:41:23 +0100 Subject: [PATCH] Add modulemd to the missing module error Signed-off-by: Patrick Uiterwijk --- pungi/phases/pkgset/sources/source_koji.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi/phases/pkgset/sources/source_koji.py b/pungi/phases/pkgset/sources/source_koji.py index 19872cbb..2855320b 100644 --- a/pungi/phases/pkgset/sources/source_koji.py +++ b/pungi/phases/pkgset/sources/source_koji.py @@ -42,7 +42,7 @@ except: def get_pdc_client_session(compose): if not WITH_MODULES: - compose.log_warning("pdc_client module is not installed, " + compose.log_warning("pdc_client or modulemd module is not installed, " "support for modules is disabled") return None try: