File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/python/wlsdeploy/tool/util/filters Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ def filter_online_attributes(model, model_context):
47
47
online_filter .traverse_model (model )
48
48
49
49
50
- def check_clustered_server_ports (model , model_context ):
50
+ def check_clustered_server_ports (model , _model_context ):
51
51
"""
52
52
Set the CalculatedListenPorts attribute to false for dynamic clusters in the specified model.
53
53
Warn if servers in a static cluster have different ports in the specified model.
54
54
:param model: the model to be filtered
55
- :param model_context : unused, passed by filter_helper if called independently
55
+ :param _model_context : unused, passed by filter_helper if called independently
56
56
"""
57
57
_method_name = 'check_clustered_server_ports'
58
58
You can’t perform that action at this time.
0 commit comments