[ https://issues.apache.org/jira/browse/ATLAS-4704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17629671#comment-17629671 ]
ASF subversion and git services commented on ATLAS-4704: -------------------------------------------------------- Commit 956cac4b783741f4db93ce9bbeea99c6e49e2806 in atlas's branch refs/heads/branch-2.0 from Dov Benyomin Sohacheski [ https://gitbox.apache.org/repos/asf?p=atlas.git;h=956cac4b7 ] ATLAS-4704: Remove os.path.join causing incorrect windows path Signed-off-by: Madhan Neethiraj <mad...@apache.org> (cherry picked from commit b9ff08fee7646f10083da2f8672b932a34aa4a7f) > Remove os.path.join causing incorrect windows path > -------------------------------------------------- > > Key: ATLAS-4704 > URL: https://issues.apache.org/jira/browse/ATLAS-4704 > Project: Atlas > Issue Type: Bug > Components: atlas-intg > Affects Versions: 2.2.0 > Reporter: Madhan Neethiraj > Priority: Major > Fix For: 3.0.0, 2.3.0 > > > from [pull request #203|https://github.com/apache/atlas/pull/203]: > When running on Windows the os.path.join using the operating systems os.sep=\ > which causing the full url to be incorrect. > Using urllib.parse might be a little bit slower, but is less error-prone. -- This message was sent by Atlassian Jira (v8.20.10#820010)