Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path being manipulated at class instance #48

Open
jiml521 opened this issue Nov 30, 2016 · 0 comments
Open

Path being manipulated at class instance #48

jiml521 opened this issue Nov 30, 2016 · 0 comments

Comments

@jiml521
Copy link

jiml521 commented Nov 30, 2016

from artifactory import ArtifactoryPath
path = ArtifactoryPath("http://mytest.repository.com/mytestdir")

path.mkdir() --> fails. Path string in ArtifactoryPath object is "http:/mytest.respository.com/mytestdir" . The additional "/" after http:/ has been removed by the utility.
This is latest released version. Tested on both Windows and Linux - same result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant