We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0f35e commit 5d2e1faCopy full SHA for 5d2e1fa
core/src/main/python/discover.py
@@ -493,7 +493,7 @@ def main(args):
493
error=ex, class_name=_class_name, method_name=_method_name)
494
__log_and_exit(CommandLineArgUtil.PROG_ERROR_EXIT_CODE, _class_name, _method_name)
495
496
- model = __check_and_customize_model(model, model_context)
+ model = __check_and_customize_model(model, model_context, aliases)
497
498
try:
499
__persist_model(model, model_context)
0 commit comments