-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I've got the following error when I've tried to repl git:
Traceback (most recent call last):
File "/usr/bin/repl", line 11, in <module>
load_entry_point('repl==1.0', 'console_scripts', 'repl')()
File "/usr/lib/python3.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
File "/usr/lib/python3.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/repl/cli.py", line 45, in repl
r.run()
File "/usr/lib/python3.7/site-packages/repl/repl.py", line 96, in run
self.pre_prompt()
File "/usr/lib/python3.7/site-packages/repl/repl.py", line 140, in pre_prompt
if line.startswith('* '):
TypeError: startswith first arg must be bytes or a tuple of bytes, not str
Error in atexit._run_exitfuncs:
FileNotFoundError: [Errno 2] No such file or directory
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels