[ 
https://issues.apache.org/jira/browse/PROTON-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16938899#comment-16938899
 ] 

ASF GitHub Bot commented on PROTON-2110:
----------------------------------------

rkubis commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as 
user's home directory wh…
URL: https://github.com/apache/qpid-proton/pull/191#issuecomment-535648763
 
 
   Yes, I thought about use of the `os.path.expanduser(...)` in the loop, but I 
see that there is just one location with the tilde symbol in the location list 
now, so I decided to use one call of the `os.path.expanduser(...)` only to 
decrease the number of calls of this function.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [Python] Expand tilde symbol as user's home directory when searching for 
> connect.json file
> ------------------------------------------------------------------------------------------
>
>                 Key: PROTON-2110
>                 URL: https://issues.apache.org/jira/browse/PROTON-2110
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>            Reporter: Radim Kubis
>            Priority: Major
>
> Tilde ({{~}}) symbol is not expanded as user's home directory, but as a 
> directory named tilde in current working directory. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to