diff --git a/artifactory.py b/artifactory.py index b27180f..ae75199 100755 --- a/artifactory.py +++ b/artifactory.py @@ -1923,7 +1923,7 @@ def _make_child(self, args): return obj def _make_child_relpath(self, args): - obj = super(ArtifactoryPath, self)._make_child_relpath(args) + obj = super(ArtifactoryPath, self).joinpath(args) obj.auth = self.auth obj.verify = self.verify obj.cert = self.cert