@@ -219,7 +219,6 @@ def set_server_groups(server, server_groups):
219
219
220
220
:param server: the name of the new server
221
221
:param server_groups: the list of template-defined server groups to target to the server
222
- :param current_edit: if online and true, perform the update in the current edit session
223
222
:raises: PyWLSTException: if a WLST error occurs
224
223
"""
225
224
_method_name = 'set_server_groups'
@@ -604,7 +603,6 @@ def update_domain():
604
603
"""
605
604
Update the existing domain configuration with the edits made during the offline session.
606
605
:raises: PyWLSTException: if a WLST error occurs
607
- _method_name = 'update_domain'
608
606
"""
609
607
_method_name = 'update_domain'
610
608
_logger .entering (class_name = _class_name , method_name = _method_name )
@@ -831,7 +829,7 @@ def subfolder_exists(wlst_objects_path, wlst_mbean_type):
831
829
if child_folder_list is not None and wlst_mbean_type in child_folder_list :
832
830
_logger .finest ('WLSDPLY-00074' , wlst_mbean_type , wlst_objects_path , class_name = _class_name ,
833
831
_method_name = _method_name )
834
- exists = True
832
+ exists = True
835
833
else :
836
834
_logger .finest ('WLSDPLY-00075' , wlst_mbean_type , wlst_objects_path , class_name = _class_name ,
837
835
method_name = _method_name )
@@ -1298,8 +1296,6 @@ def save_and_activate_online():
1298
1296
_logger .entering (class_name = _class_name , method_name = _method_name )
1299
1297
if is_connected ():
1300
1298
_logger .fine ('WLSDPLY-00077' , class_name = _class_name , method_name = _method_name )
1301
- cmgr = get_config_manager ()
1302
- # if is_editor(cmgr):
1303
1299
# The setServerGroups cmgr.reload() lost the saved and unactivated changes marker
1304
1300
# Don't even check for outstanding changes or saved but not activated. Just
1305
1301
# do this and hope for the best
@@ -1336,7 +1332,6 @@ def reopen_online(admin_user, admin_pass, admin_url):
1336
1332
_logger .fine ('WLSDPLY-00079' , class_name = _class_name , method_name = _method_name )
1337
1333
1338
1334
edit ()
1339
- #cmgr = get_config_manager()
1340
1335
start_edit ()
1341
1336
1342
1337
_logger .exiting (class_name = _class_name , method_name = _method_name )
0 commit comments