Skip to content

local connection is broken #59

@alfredodeza

Description

@alfredodeza
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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions