Gábor Gyimesi created MINIFICPP-2658:
----------------------------------------
Summary: Bootstrap throws exception on keyboard interrupt signal
Key: MINIFICPP-2658
URL: https://issues.apache.org/jira/browse/MINIFICPP-2658
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Gábor Gyimesi
Assignee: Gábor Gyimesi
Exception is thrown when keyboard interrupt is used in the python bootstrap.
This should be handled correctly and exit without an error:
Traceback (most recent call last):
File "/home/ggyimesi/projects/nifi-minifi-cpp-fork/bootstrap/main.py", line
66, in <module>
main_menu(minifi_options, package_manager)
File "/home/ggyimesi/projects/nifi-minifi-cpp-fork/bootstrap/cli.py", line
93, in main_menu
done = main_menu_options[main_menu_prompt["sub_menu"]](minifi_options,
package_manager)
TypeError: 'NoneType' object is not subscriptable
--
This message was sent by Atlassian Jira
(v8.20.10#820010)