Skip to content

Commit

Permalink
downloader: remove a url template filtering
Browse files Browse the repository at this point in the history
Signed-off-by: kimpaller <[email protected]>
  • Loading branch information
kimpaller committed Nov 26, 2024
1 parent cc6d4ae commit 24dbc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def sanitize_artifactory_url(url):
url = re.sub(r"%2F", "/", url)
url = re.sub("/ui/repos/tree/Properties/", "/artifactory/", url)
# rebase url
url = re.sub("/boot_partition/.*$", "", url)
# url = re.sub("/boot_partition/.*$", "", url)
return url


Expand Down

0 comments on commit 24dbc86

Please sign in to comment.