Skip to content

Commit 7b4e7a2

Browse files
committed
formatting only
1 parent 3ad57bc commit 7b4e7a2

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -716,12 +716,10 @@ def __configure_fmw_infra_database(self):
716716

717717
location = LocationContext()
718718
location.append_location(JDBC_SYSTEM_RESOURCE)
719-
token_name = self.alias_helper.get_name_token(location)
720719

721720
folder_path = self.alias_helper.get_wlst_list_path(location)
722721
self.wlst_helper.cd(folder_path)
723722
ds_names = self.wlst_helper.lsc()
724-
print ds_names
725723

726724
for ds_name in ds_names:
727725
location = LocationContext()
@@ -745,7 +743,6 @@ def __configure_fmw_infra_database(self):
745743

746744
self.wlst_helper.set_if_needed(wlst_name, wlst_value, JDBC_DRIVER_PARAMS, ds_name, masked=True)
747745

748-
749746
location.append_location(JDBC_DRIVER_PARAMS_PROPERTIES)
750747
token_name = self.alias_helper.get_name_token(location)
751748
if token_name is not None:
@@ -756,7 +753,8 @@ def __configure_fmw_infra_database(self):
756753
orig_user = self.wlst_helper.get('Value')
757754
stb_user = orig_user.replace('DEV', rcu_prefix)
758755
wlst_name, wlst_value = \
759-
self.alias_helper.get_wlst_attribute_name_and_value(location, DRIVER_PARAMS_PROPERTY_VALUE, stb_user)
756+
self.alias_helper.get_wlst_attribute_name_and_value(location, DRIVER_PARAMS_PROPERTY_VALUE,
757+
stb_user)
760758
self.wlst_helper.set_if_needed(wlst_name, wlst_value,
761759
JDBC_DRIVER_PARAMS_PROPERTIES, DRIVER_PARAMS_USER_PROPERTY)
762760

@@ -793,9 +791,6 @@ def __configure_fmw_infra_database(self):
793791

794792
rcu_prefix = self.model_context.get_rcu_prefix()
795793
rcu_schema_pwd = self.model_context.get_rcu_schema_pass()
796-
797-
798-
799794
fmw_database = self.wls_helper.get_jdbc_url_from_rcu_connect_string(rcu_database)
800795
self.logger.fine('WLSDPLY-12221', fmw_database, class_name=self.__class_name, method_name=_method_name)
801796

0 commit comments

Comments
 (0)