Skip to content

Commit 1b5729e

Browse files
authored
Merge pull request #106 from oracle/Issue#105-invalid-resource-bundle-message-discover
Replace invalid message number for argument validation
2 parents 618b195 + f0eadd1 commit 1b5729e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/python/discover.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def __verify_required_args_present(required_arg_map):
9797

9898
for req_arg in __required_arguments:
9999
if req_arg not in required_arg_map:
100-
ex = exception_helper.create_cla_exception('WLSDPLY-09040', _program_name, req_arg)
100+
ex = exception_helper.create_cla_exception('WLSDPLY-20005', _program_name, req_arg)
101101
ex.setExitCode(CommandLineArgUtil.USAGE_ERROR_EXIT_CODE)
102102
__logger.throwing(ex, class_name=_class_name, method_name=_method_name)
103103
raise ex

0 commit comments

Comments
 (0)