From c756bf5a4e32b9c1d885712bad44e2ed68940733 Mon Sep 17 00:00:00 2001 From: Srujana-2000 <85608509+Srujana-2000@users.noreply.github.com> Date: Wed, 7 Feb 2024 10:55:16 +0530 Subject: [PATCH] Update hpc_system_firmware_utils.py --- plugins/module_utils/hpc_system_firmware_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/module_utils/hpc_system_firmware_utils.py b/plugins/module_utils/hpc_system_firmware_utils.py index ca1d13f51e..39060838b8 100644 --- a/plugins/module_utils/hpc_system_firmware_utils.py +++ b/plugins/module_utils/hpc_system_firmware_utils.py @@ -21,7 +21,7 @@ except ImportError: HAS_REQUESTS_TOOLBELT = False -REQUESTS_TOOLBELT_REQUIRED = "Requests_toolbelt is required for this module." +REQUESTS_TOOLBELT_REQUIRED = "Requests_toolbelt is required for this module" def has_requests_toolbelt(module):