Skip to content

Commit 2726150

Browse files
authored
Issue #552 Pass path parameter to WLST helper method (#553)
1 parent dc041a4 commit 2726150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (c) 2017, 2020, Oracle Corporation and/or its affiliates. All rights reserved.
2+
Copyright (c) 2017, 2020, Oracle Corporation and/or its affiliates.
33
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
"""
55
import copy
@@ -377,7 +377,7 @@ def __get_existing_apps(self, base_location):
377377

378378
self.wlst_helper.server_config()
379379
self.wlst_helper.cd(wlst_list_path)
380-
apps = self.wlst_helper.get_existing_object_list()
380+
apps = self.wlst_helper.get_existing_object_list(wlst_list_path)
381381

382382
self.wlst_helper.domain_runtime()
383383
#

0 commit comments

Comments
 (0)