Skip to content

Commit

Permalink
refactor(subp): Re-add return type to subp() (canonical#4555)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Nov 15, 2023
1 parent 28c308d commit b418e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/subp.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def subp(
decode="replace",
update_env=None,
cwd=None,
):
) -> SubpResult:
"""Run a subprocess.
:param args: command to run in a list. [cmd, arg1, arg2...]
Expand Down

0 comments on commit b418e3d

Please sign in to comment.