Skip to content

Commit 5d2e1fa

Browse files
fix incorrect merge
1 parent bd0f35e commit 5d2e1fa

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
@@ -493,7 +493,7 @@ def main(args):
493493
error=ex, class_name=_class_name, method_name=_method_name)
494494
__log_and_exit(CommandLineArgUtil.PROG_ERROR_EXIT_CODE, _class_name, _method_name)
495495

496-
model = __check_and_customize_model(model, model_context)
496+
model = __check_and_customize_model(model, model_context, aliases)
497497

498498
try:
499499
__persist_model(model, model_context)

0 commit comments

Comments
 (0)