martinzink commented on code in PR #1993:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1993#discussion_r2236497003
##########
extensions/python/pythonprocessors/nifi_python_processors/utils/dependency_installer.py:
##########
@@ -64,3 +64,4 @@ def extract_dependencies(file_path):
if dependencies_found:
subprocess.check_call(command)
+ print("Done installing dependencies for MiNiFi python processors.")
Review Comment:
Its not debugging, but rather improving user experiance, I've noticed that
we are printing to stdout that we are installing dependencies but we only
logged into the log files that it was finished, so it seemed like we are stuck
on installation
--
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]