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 3ba3a9f commit bf2427aCopy full SHA for bf2427a
pyinfra/facts/podman.py
@@ -44,4 +44,4 @@ def command(self) -> str:
44
def process(self, output: Iterable[str]) -> List[Dict[str, Any]]:
45
output = json.loads(("").join(output))
46
assert isinstance(output, list)
47
- return json.loads(output) # type: ignore
+ return output # type: ignore
0 commit comments