diff --git a/core/src/main/python/wlsdeploy/tool/util/target_helper.py b/core/src/main/python/wlsdeploy/tool/util/target_helper.py index fbc6c58a9f..5fc6edf6b8 100644 --- a/core/src/main/python/wlsdeploy/tool/util/target_helper.py +++ b/core/src/main/python/wlsdeploy/tool/util/target_helper.py @@ -99,7 +99,7 @@ def target_server_groups_to_servers(self, server_groups_to_target): self.logger.entering(server_groups_to_target, class_name=self.__class_name, method_name=_method_name) if len(server_groups_to_target) == 0: - return None, None + return list(), list() location = LocationContext() root_path = self.alias_helper.get_wlst_attributes_path(location)