You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2019/09/26 19:19:48 UTC

[GitHub] [qpid-proton] rkubis commented on issue #191: PROTON-2110: [Python] Expand tilde symbol as user's home directory wh…

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:
users@infra.apache.org


With regards,
Apache Git Services

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