We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163dda9 commit c2008d1Copy full SHA for c2008d1
contentctl/objects/config.py
@@ -630,9 +630,11 @@ def commonInformationModelInApps(self)->bool:
630
def ensureCommonInformationModel(self)->Self:
631
if self.commonInformationModelInApps():
632
return self
633
- raise ValueError(f"Common Information Model/CIM "
634
- f"(uid: [{COMMON_INFORMATION_MODEL_UID}]) is not listed in apps. "
635
- f"contentctl test MUST include Common Information Model")
+ print(f"INFO: Common Information Model/CIM "
+ f"(uid: [{COMMON_INFORMATION_MODEL_UID}]) is not listed in apps.\n"
+ f"contentctl test MUST include Common Information Model.\n"
636
+ f"Please note this message is only informational.")
637
+ return self
638
639
@model_validator(mode='after')
640
def suppressTQDM(self)->Self:
0 commit comments