Skip to content

Commit

Permalink
shell: fix: edit remotely suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Apr 7, 2022
1 parent f41fdd4 commit e3612fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcclient/rpcclient/xonshrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def _rpc_press_labels(self, args, stdin, stdout, stderr):
if '--help' in args:
print('USAGE: press <label0> [label1] ...', file=stdout)
return
self._client.accessibility.press_labels(self, args, stdin, stdout, stderr)
self._client.accessibility.press_labels(args)

def _rpc_press_keys(self, args, stdin, stdout, stderr):
keys = {
Expand Down

0 comments on commit e3612fc

Please sign in to comment.