anancarv / python-artifactory

Typed interactions with the Jfrog Artifactory REST API
MIT License
60 stars 51 forks source link

fix: bug causing first char of path to disappear #78

Closed Fronkan closed 3 years ago

Fronkan commented 3 years ago

Description

If the artifact path started with forward-slash, "/", the the local folder would miss the first character of the word. e.g. /test would be saved as /est

Type of change

How has it been tested ?

Checklist: