lordgamez commented on code in PR #2055:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2055#discussion_r2473765797


##########
bootstrap/cli.py:
##########
@@ -187,6 +198,8 @@ def step_by_step_menu(minifi_options: MinifiOptions, 
package_manager: PackageMan
         ]
 
         step_by_step_prompt = inquirer.prompt(questions)
+        if step_by_step_prompt is None:
+            return True

Review Comment:
   Added comments in 
https://github.com/apache/nifi-minifi-cpp/pull/2055/commits/b7e7377b5dee840a05955f24e6fffcc7fe59cad6



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to