Skip to content

Commit 593be5a

Browse files
committed
simplify logic
1 parent d8ae539 commit 593be5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,5 @@ def get_roles(self):
167167
# put it in the model
168168
model[role_name] = dict()
169169
model[role_name][model_constants.EXPRESSION] = role_expression
170-
return model_folder, model
171-
else:
172-
return model_folder, model
170+
return model_folder, model
173171

0 commit comments

Comments
 (0)