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 c96e6b7 commit b42a9e3Copy full SHA for b42a9e3
src/macaron/slsa_analyzer/git_service/base_git_service.py
@@ -32,7 +32,7 @@ def load_defaults(self) -> None:
32
def load_domain(self, section_name: str) -> str | None:
33
"""Load the domain of the git service from the ini configuration section ``section_name``.
34
35
- The section may or may not be available in the configuration. In both case,
+ The section may or may not be available in the configuration. In both cases,
36
the method should not raise ``ConfigurationError``.
37
38
Meanwhile, if the section is present but there is a schema violation (e.g. a key such as
0 commit comments