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
When installing the script via python setup.py develop --user (on 78dc1af) and then running it one another script (via import vimpdb; vimpdb.set_trace()):
matej@mitmanek: qa-tools-apps (fixes *)$ ./status-report --debug --since=2014-10-01
Traceback (most recent call last):
File "./status-report", line 21, in <module>
from reports.base import Date, Stats, StatsGroup
File "/home/matej/archiv/knihovna/repos/qa-tools-apps/reports/base.py", line 14, in <module>
vimpdb.set_trace()
File "/home/matej/archiv/knihovna/repos/vimpdb/src/vimpdb/debugger.py", line 229, in set_trace
instance = make_instance()
File "/home/matej/archiv/knihovna/repos/vimpdb/src/vimpdb/debugger.py", line 218, in make_instance
communicator = proxy.Communicator(configuration.vim_client_script,
AttributeError: 'Detector' object has no attribute 'vim_client_script'
matej@mitmanek: qa-tools-apps (fixes *)$
The text was updated successfully, but these errors were encountered:
When installing the script via
python setup.py develop --user
(on 78dc1af) and then running it one another script (viaimport vimpdb; vimpdb.set_trace()
):The text was updated successfully, but these errors were encountered: