Skip to content

Commit 1360312

Browse files
committed
fix: build error after rebase fixed
Signed-off-by: Carl Flottmann <[email protected]>
1 parent b9b9bd3 commit 1360312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)