Skip to content

Commit efb689b

Browse files
Set domain attributes in create and update
1 parent db2943c commit efb689b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/python/wlsdeploy/tool/deploy/topology_updater.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def update(self):
6363
"""
6464
Deploy resource model elements at the domain level, including multi-tenant elements.
6565
"""
66-
_method_name = 'update'
6766
domain_token = deployer_utils.get_domain_token(self.alias_helper)
6867
location = LocationContext()
6968
location.add_name_token(domain_token, self.model_context.get_domain_name())

0 commit comments

Comments
 (0)