Skip to content

Commit 0d3941f

Browse files
replacing return statement that was accidentally removed (#1134)
1 parent 111c089 commit 0d3941f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/python/wlsdeploy/tool/create/wlsroles_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def _process_roles_map(self, roles_map):
9797
result[role] = expression
9898

9999
self.logger.exiting(class_name=self.__class_name, method_name=_method_name)
100+
return result
100101

101102
def _update_xacml_role_mapper(self, role_expression_map):
102103
"""

0 commit comments

Comments
 (0)