jiridanek commented on a change in pull request #1468:
URL: https://github.com/apache/qpid-dispatch/pull/1468#discussion_r778164426



##########
File path: tools/qdmanage
##########
@@ -24,7 +24,9 @@ import json
 import re
 from collections.abc import Mapping, Sequence
 
-import qpid_dispatch_site  # noqa: F401 # imported for side-effects (inserts 
to sys.path)
+import qpid_dispatch_site
+qpid_dispatch_site.populate_pythonpath()

Review comment:
       pythonpath is only changed for qdstat and qdmanage; in all other uses 
(they are all new, in this PR) PYTHONPATH is not changed.




-- 
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: dev-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to