Add modulemd to the missing module error
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
390dff52ae
commit
333045fb87
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user