Skip to content

Commit 027173b

Browse files
committed
Add todo issue
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 957430e commit 027173b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/packageurl/contrib/purl2url.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ def build_golang_download_url(purl):
471471
if not name:
472472
return
473473

474+
# TODO: https://github.com/package-url/packageurl-python/issues/197
474475
if namespace:
475476
name = f"{namespace}/{name}"
476477

0 commit comments

Comments
 (0)