You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/10/05 06:29:30 UTC

[GitHub] sijie commented on a change in pull request #2729: Added ability a download dependencies in Kubernetes

sijie commented on a change in pull request #2729: Added ability a download dependencies in Kubernetes
URL: https://github.com/apache/pulsar/pull/2729#discussion_r222902942
 
 

 ##########
 File path: pulsar-functions/instance/src/main/python/python_instance.py
 ##########
 @@ -26,7 +26,10 @@
 import os
 import signal
 import time
-import Queue
+try:
 
 Review comment:
   it might be better to check python version, rather than try except?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services