Skip to content

Commit f95f053

Browse files
committed
Merge branch 'merge-issue' into 'main'
Restore __compare_wls_versions method call See merge request weblogic-cloud/weblogic-deploy-tooling!1788
2 parents da6c3d9 + 265d828 commit f95f053

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/python/discover.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,8 @@ def main(model_context):
10841084
password_key = 'WLSDPLY-06024'
10851085
__logger.info(password_key, class_name=_class_name, method_name=_method_name)
10861086

1087+
__compare_wls_versions(model_context)
1088+
10871089
extra_tokens = {}
10881090
try:
10891091
model = __discover(model_context, aliases, credential_injector, helper, extra_tokens)

0 commit comments

Comments
 (0)