Skip to content

Commit 25c416c

Browse files
authored
Merge branch 'master' into fix-script-equals
2 parents 1cf0257 + 0059ae4 commit 25c416c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/wlsdeploy/tool/discover/custom_folder_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def get_model_attribute_map(self, attribute_helper):
9393
_logger.entering(str(attribute_helper), class_name=_class_name, method_name=_method_name)
9494
mbean_attributes = PyOrderedDict()
9595
for attribute_name in attribute_helper.get_mbean_attributes():
96-
model_value = self.ge,t_model_attribute_value(attribute_helper, attribute_name)
96+
model_value = self.get_model_attribute_value(attribute_helper, attribute_name)
9797
if model_value is not None:
9898
mbean_attributes[attribute_name] = model_value
9999
_logger.exiting(class_name=_class_name, method_name=_method_name)

0 commit comments

Comments
 (0)