Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update model_context.py
remove temporary message
  • Loading branch information
CarolynRountree authored Nov 3, 2021
commit c1813c04a4e60aa52cba4ecf41885c4d8903adbb
1 change: 0 additions & 1 deletion core/src/main/python/wlsdeploy/util/model_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ def __copy_from_args(self, arg_map):
if CommandLineArgUtil.ORACLE_HOME_SWITCH in arg_map:
self._oracle_home = arg_map[CommandLineArgUtil.ORACLE_HOME_SWITCH]
psu = XPathUtil(self._oracle_home).getPSU()
self._logger.info("PSU is {0}", psu)
if psu is not None:
self._wl_version += '.' + psu
self._logger.info('WLSDPLY-01050', self._wl_version, class_name=self._class_name,
Expand Down