Skip to content

Commit

Permalink
Update src/python/pants/backend/helm/subsystems/post_renderer_main.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Floyd <cognifloyd@gmail.com>
  • Loading branch information
alonsodomin and cognifloyd committed Aug 5, 2022
1 parent cdfca78 commit ea397b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ def build_manifest_map(input_file: str) -> dict[str, list[str]]:
Since there are cases in which the same source may produce more than
one YAML structure, the returned type represents this with a dictionary
of lists, in which the key is the source filename and each item in the list
is th content following the `# Source: ...` header.
is the content following the `# Source: ...` header.
"""

result = defaultdict(list)
Expand Down

0 comments on commit ea397b5

Please sign in to comment.