Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local connection is broken #59

Open
alfredodeza opened this issue Jan 15, 2021 · 0 comments
Open

local connection is broken #59

alfredodeza opened this issue Jan 15, 2021 · 0 comments

Comments

@alfredodeza
Copy link
Owner

In [5]: from remoto.process import check

In [6]: check(local, ['ls'])
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-6-0cba15a27c5a> in <module>
----> 1 check(local, ['ls'])

~/.virtualenvs/e2e/lib/python3.8/site-packages/remoto/process.py in check(conn, command, exit, timeout, **kw)
    173     responsibility to do so.
    174     """
--> 175     command = conn.cmd(command)
    176
    177     stop_on_error = kw.pop('stop_on_error', True)

TypeError: cmd() missing 1 required positional argument: 'cmd'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant