You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/entry.py", line 57, in
import voltron
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/init.py", line 95, in
setup_env()
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/init.py", line 31, in setup_env
pkg_plugins=PluginDirectory('plugins', parent=PackageDirectory())
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/env.py", line 49, in init
self.add(**kwargs)
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/env.py", line 114, in add
self._children[key].prepare()
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/file.py", line 439, in prepare
self.load()
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/file.py", line 445, in load
self._pm.load_plugins(self.path)
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/plugin.py", line 65, in load_plugins
self.load_plugins(filepath)
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/plugin.py", line 61, in load_plugins
mod = imp.load_module(modname, file, path, descr)
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/plugins/debugger/dbg_lldb.py", line 579
log.warning(f"Exception when saving hook index for unregistering. {e}")
^
---Type to continue, or q to quit---
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
An error occurred while loading Voltron:
Traceback (most recent call last):
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/entry.py", line 57, in
import voltron
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/init.py", line 95, in
setup_env()
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/init.py", line 31, in setup_env
pkg_plugins=PluginDirectory('plugins', parent=PackageDirectory())
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/env.py", line 49, in init
self.add(**kwargs)
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/env.py", line 114, in add
self._children[key].prepare()
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/file.py", line 439, in prepare
self.load()
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/file.py", line 445, in load
self._pm.load_plugins(self.path)
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/plugin.py", line 65, in load_plugins
self.load_plugins(filepath)
File "/users/anksingh/.local/lib/python2.7/site-packages/scruffy/plugin.py", line 61, in load_plugins
mod = imp.load_module(modname, file, path, descr)
File "/users/anksingh/.local/lib/python2.7/site-packages/voltron/plugins/debugger/dbg_lldb.py", line 579
log.warning(f"Exception when saving hook index for unregistering. {e}")
^
---Type to continue, or q to quit---
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: