fgerlits commented on code in PR #9429:
URL: https://github.com/apache/nifi/pull/9429#discussion_r1810514497
##########
nifi-framework-bundle/nifi-framework-extensions/nifi-py4j-framework-bundle/nifi-python-framework/src/main/python/framework/ExtensionManager.py:
##########
@@ -285,37 +285,31 @@ def import_external_dependencies(self, processor_details,
work_dir):
logger.info("All dependencies have already been imported for
{0}".format(class_name))
return True
- python_cmd = os.getenv("PYTHON_CMD")
+ packages_to_install = []
Review Comment:
I have renamed it in c32d56bfb247e80fb072c062ea6b1e32d1a4f3d2
--
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]