Skip to content

Commit 3d57c82

Browse files
authored
CI flow issue dcnm_child_fabric.py
1 parent 950286e commit 3d57c82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/modules/dcnm_child_fabric.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,9 @@ def verify_parent_fab_exists_in_controller(self):
162162
if fabric == item["destFabric"]:
163163
break
164164
else:
165+
invalid_fab = item["destFabric"]
165166
msg = f"{self.class_name}: {method_name}: "
166-
msg += f"Playbook configuration for FABRIC_NAME {item["destFabric"]} "
167+
msg += f"Playbook configuration for FABRIC_NAME {invalid_fab} "
167168
msg += "is not found in Controller. Please create and try again"
168169
raise ValueError(msg)
169170

0 commit comments

Comments
 (0)