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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
