You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (Jira)" <ji...@apache.org> on 2022/11/07 06:56:00 UTC

[jira] [Updated] (ATLAS-4704) Remove os.path.join causing incorrect windows path

     [ https://issues.apache.org/jira/browse/ATLAS-4704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj updated ATLAS-4704:
------------------------------------
    Description: 
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.

  was:
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.


> 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
>
> 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)