File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/python/wlsdeploy/aliases Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ def get_wlst_create_path_for_location(self, location):
442
442
:raises AliasException: if the location is missing required name tokens or
443
443
the alias data for the location is bad
444
444
"""
445
- _method_name = 'get_wlst_list_path_for_location '
445
+ _method_name = 'get_wlst_create_path_for_location '
446
446
447
447
_logger .entering (str_helper .to_string (location ), class_name = _class_name , method_name = _method_name )
448
448
tokenized_path = self .__get_path_for_location (location , WLST_CREATE_PATH )
@@ -963,7 +963,7 @@ def get_folder_short_name_for_location(self, location):
963
963
:param location: location context for the model folder
964
964
:return: short name or model_folder name if not short named assigned
965
965
"""
966
- _method_name = 'get_folder_short_name '
966
+ _method_name = 'get_folder_short_name_for_location '
967
967
_logger .entering (location .get_folder_path (), class_name = _class_name , method_name = _method_name )
968
968
folder_dict = self .__get_dictionary_for_location (location , False )
969
969
result = ''
You can’t perform that action at this time.
0 commit comments