shahinism / xontrib-fzf-widgets

Set of fzf widgets for xonsh
GNU General Public License v3.0
11 stars 30 forks source link

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

Open amitkot opened 5 years ago

amitkot commented 5 years ago
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.