Skip to content

Commit 1360312

Browse files
author
Carl Flottmann
committed
fix: build error after rebase fixed
Signed-off-by: Carl Flottmann <carl.flottmann@oracle.com>
1 parent b9b9bd3 commit 1360312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/macaron/repo_finder/repo_finder_pypi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def find_repo(
6767
break
6868

6969
if not pypi_asset:
70-
pypi_asset = PyPIPackageJsonAsset(purl.name, purl.version, False, pypi_registry, {})
70+
pypi_asset = PyPIPackageJsonAsset(purl.name, purl.version, False, pypi_registry, {}, "")
7171

7272
if not pypi_asset.package_json and not pypi_asset.download(dest=""):
7373
return "", RepoFinderInfo.PYPI_HTTP_ERROR

0 commit comments

Comments
 (0)