Parallels / artifactory

A Python client for Artifactory
MIT License
82 stars 54 forks source link

Path being manipulated at class instance #48

Open jiml521 opened 7 years ago

jiml521 commented 7 years ago

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.