Skip to content

Commit 95c7f62

Browse files
committed
Update comment
1. module_utils.fabric/fabric_types.py Edit comment to mention that the private set is exposed via property external_fabric_types.
1 parent 2f7ea18 commit 95c7f62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plugins/module_utils/fabric/fabric_types.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,12 @@ def _init_fabric_types(self) -> None:
101101

102102
self._valid_fabric_types = sorted(self._fabric_type_to_template_name_map.keys())
103103

104-
# Adding self._external_fabric_types to be used in conjunction with
104+
# self._external_fabric_types is used in conjunction with
105105
# self._fabric_type_to_ext_fabric_type_map. This is used in (at least)
106106
# FabricCreateCommon() to determine if EXT_FABRIC_TYPE key needs to be
107107
# added to a payload.
108+
#
109+
# Exposed via property external_fabric_types
108110
self._external_fabric_types = set()
109111
self._external_fabric_types.add("ISN")
110112

0 commit comments

Comments
 (0)