diff --git a/src/rhsmlib/facts/insights.py b/src/rhsmlib/facts/insights.py index e6977b452..d9851633d 100644 --- a/src/rhsmlib/facts/insights.py +++ b/src/rhsmlib/facts/insights.py @@ -19,7 +19,7 @@ try: from insights_client import constants as insights_constants -except ImportError: +except Exception: insights_constants = None log = logging.getLogger(__name__)