You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by gi...@git.apache.org on 2017/07/31 07:42:44 UTC

[GitHub] yush1ga opened a new pull request #608: Fix variable name in Authentication Class in pulsar.py

yush1ga opened a new pull request #608: Fix variable name in Authentication Class in pulsar.py
URL: https://github.com/apache/incubator-pulsar/pull/608
 
 
   ### Motivation
   
   I got an error like following when using authentication on python client.
   ```
   Traceback (most recent call last):
     File "test_producer.py", line 27, in <module>
       authentication = athenz)
     File "/path/to/pulsar-client-cpp/python/pulsar.py", line 221, in __init__
       conf.authentication(authentication.auth)
   AttributeError: Authentication instance has no attribute 'auth'
   ```
   
   ### Modifications
   
   Replaced _auth with auth in Authentication class in pulsar.py
   
   ### Result
   The error is resolved.
   
 
----------------------------------------------------------------
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