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 a2f87ad commit 0c6acd7Copy full SHA for 0c6acd7
pyinfra/api/connectors/local.py
@@ -65,7 +65,7 @@ def run_shell_command(
65
66
if use_sudo_password:
67
command_kwargs['use_sudo_password'] = get_sudo_password(
68
- host, use_sudo_password
+ host, use_sudo_password,
69
)
70
71
def execute_command():
pyinfra/api/connectors/ssh.py
@@ -271,7 +271,7 @@ def run_shell_command(
271
272
273
274
275
276
277
0 commit comments