Skip to content

Commit

Permalink
WIP: facts.podman: fix PodmanPs
Browse files Browse the repository at this point in the history
  • Loading branch information
bauen1 committed Oct 31, 2024
1 parent d96a307 commit b0e628d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinfra/facts/podman.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ def command(self) -> str:
def process(self, output: Iterable[str]) -> List[Dict[str, Any]]:
output = json.loads(("").join(output))
assert isinstance(output, list)
return json.loads(output) # type: ignore
return output # type: ignore

0 comments on commit b0e628d

Please sign in to comment.