We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18cd54 commit ba410b7Copy full SHA for ba410b7
python/runfiles/runfiles.py
@@ -98,7 +98,7 @@ def create_from_file(repo_mapping_path: Optional[str]) -> "_RepositoryMapping":
98
99
return _RepositoryMapping(exact_mappings, prefixed_mappings)
100
101
- def lookup(self, source_repo: str, target_apparent: str) -> Optional[str]:
+ def lookup(self, source_repo: Optional[str], target_apparent: str) -> Optional[str]:
102
"""Look up repository mapping for the given source and target.
103
104
This handles both exact mappings and prefix-based mappings introduced by the
0 commit comments