Add modulemd to the missing module error

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2017-11-01 12:41:23 +01:00
parent 390dff52ae
commit 333045fb87

View File

@ -42,7 +42,7 @@ except:
def get_pdc_client_session(compose): def get_pdc_client_session(compose):
if not WITH_MODULES: 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") "support for modules is disabled")
return None return None
try: try: