Skip to content

Commit f0eadd1

Browse files
Replace invalid message number for argument validation
1 parent 40e1182 commit f0eadd1

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)