Skip to content

Commit 35f2e1b

Browse files
committed
Merge branch 'jira-wdt-891-discover-plan' into 'main'
Fix undeclared variable See merge request weblogic-cloud/weblogic-deploy-tooling!1703
2 parents 153205b + 2f23133 commit 35f2e1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/python/wlsdeploy/tool/discover/domain_info_discoverer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ def get_user_env_scripts(self):
221221
archive_file = self._model_context.get_archive_file()
222222
domain_bin = self._convert_path('bin')
223223
if not self._model_context.is_skip_archive():
224+
file_list = None
225+
224226
if self._model_context.is_remote():
225227
# Tell user we won't be able to find them
226228
self.add_to_remote_map("setUserOverrides*.*", "<remote domain home bin>/setUserOverrides*.*",

0 commit comments

Comments
 (0)