-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix/re-enable quoted_insert: use self.evt.data (#17)
Reverts a59f338cc7b6c. Fixes: File "/usr/lib/python3.7/cmd.py", line 126, in cmdloop line = input(self.prompt) File "…/src/pyrepl/pyrepl/readline.py", line 229, in raw_input ret = reader.readline(startup_hook=self.startup_hook) File "…/src/pyrepl/pyrepl/reader.py", line 605, in readline self.handle1() File "…/src/pyrepl/pyrepl/reader.py", line 588, in handle1 self.do_cmd(cmd) File "…/src/pyrepl/pyrepl/reader.py", line 535, in do_cmd cmd.do() File "…/src/pyrepl/pyrepl/commands.py", line 373, in do r.insert((self.event + r.console.getpending().data) * r.get_arg()) TypeError: can't concat str to bytearray
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters