You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: