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 8a0ad7d commit 4bc65e7Copy full SHA for 4bc65e7
plugins/module_utils/fabric/fabric_details_v2.py
@@ -382,7 +382,7 @@ def per_vrf_loopback_auto_provision(self):
382
try:
383
return self._get_nv_pair("PER_VRF_LOOPBACK_AUTO_PROVISION")
384
except ValueError as error:
385
- msg = f"Failed to retrieve per_vrf_loopback_auto_provision: "
+ msg = "Failed to retrieve per_vrf_loopback_auto_provision: "
386
msg += f"Error detail: {error}"
387
self.log.debug(msg)
388
return None
0 commit comments