We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d532f8 commit 03dcc81Copy full SHA for 03dcc81
core/src/main/python/wlsdeploy/tool/discover/discoverer.py
@@ -553,7 +553,7 @@ def _is_oracle_home_file(self, file_name):
553
:return: true if in oracle home location
554
"""
555
py_str = str(file_name)
556
- return (not py_str.startswith(self._model_context.get_domain_home)) and \
+ return (not py_str.startswith(self._model_context.get_domain_home())) and \
557
(py_str.startswith(self._model_context.get_oracle_home()) or
558
py_str.startswith(self._model_context.get_wl_home()))
559
0 commit comments