Skip to content

Commit d9361c8

Browse files
committed
Fix errors
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 516ce29 commit d9361c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

minecode_pipelines/pipelines/mine_conan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ def packages_count(self):
5757
def mine_packageurls(self):
5858
"""Yield PackageURLs from Cargo index."""
5959
return conan.mine_conan_packageurls(
60-
cargo_index_repo=self.conan_index_repo,
60+
conan_index_repo=self.conan_index_repo,
6161
logger=self.log,
6262
)

pyproject-minecode_pipelines.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44

55
[project]
66
name = "minecode_pipelines"
7-
version = "0.0.1b35"
7+
version = "0.0.1b36"
88
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
99
readme = "minecode_pipelines/README.rst"
1010
license = { text = "Apache-2.0" }

0 commit comments

Comments
 (0)