Skip to content
This repository has been archived by the owner on Aug 26, 2019. It is now read-only.

AttributeError: 'KeyBindings' object has no attribute 'registry' #9

Open
amitkot opened this issue Jan 31, 2019 · 0 comments · May be fixed by #8
Open

AttributeError: 'KeyBindings' object has no attribute 'registry' #9

amitkot opened this issue Jan 31, 2019 · 0 comments · May be fixed by #8

Comments

@amitkot
Copy link

amitkot commented Jan 31, 2019

xonsh: To log full traceback to a file set: $XONSH_TRACEBACK_LOGFILE = <filename>
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/xonsh/__amalgam__.py", line 8436, in _call
    handler(**self._kwargs)
  File "/usr/local/lib/python3.7/site-packages/xontrib/fzf-widgets.xsh", line 57, in custom_keybindings
    @handler('fzf_history_binding')
  File "/usr/local/lib/python3.7/site-packages/xontrib/fzf-widgets.xsh", line 53, in handler
    return bindings.registry.add_binding(key)
AttributeError: 'KeyBindings' object has no attribute 'registry'
Exception raised in event handler; ignored.
@amitkot amitkot linked a pull request Jan 31, 2019 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant