You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit addresses reviewer comment:
<datalad#596 (comment)>
It renames `ShellCommandExecutor.execute_command` to
`ShellCommandExecutor.__call__`. With that change the
following code becomes possible:
>>> with shell_connection(['bash']) as shell:
... r = shell(b'uname')
0 commit comments