We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7979ed commit 20beb14Copy full SHA for 20beb14
metamist_infrastructure/driver.py
@@ -487,7 +487,7 @@ def _private_repo_url(self):
487
self.infrastructure.gcp_python_registry.project,
488
self.infrastructure.gcp_python_registry.name,
489
).apply(
490
- lambda location, project, name: f'https://{location}-python.pkg.dev/{project}/{name}/simple/'
+ lambda args: f'https://{args[0]}-python.pkg.dev/{args[1]}/{args[2]}/simple/'
491
)
492
493
def _etl_function(
0 commit comments