Skip to content

Commit

Permalink
Merge pull request #127 from fuzzmz/fix-artifact-upload-failure
Browse files Browse the repository at this point in the history
Fixes #126 get_stat_json using wrong url
  • Loading branch information
allburov authored Dec 5, 2019
2 parents 0f35a6d + ffce111 commit d42edae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def get_stat_json(self, pathobj):
"""
url = "/".join(
[
pathobj.drive,
pathobj.drive.rstrip("/"),
"api/storage",
str(pathobj.relative_to(pathobj.drive)).strip("/"),
]
Expand Down

0 comments on commit d42edae

Please sign in to comment.