Fix workbench for IPython 6
._update_indent() was changed not to take arguments and IPython.core.usage.quick_guide was removed. In test_execute_async_returns_failure_on_runtime_error_and_captures_expected_stack the comment was causing an IndentationError, changing it to a docstring fixes the problem. I don't think this is related to IPython but probably a python 3.6 problem.
Showing
- qt/applications/workbench/workbench/plugins/jupyterconsole.py 5 additions, 1 deletion...pplications/workbench/workbench/plugins/jupyterconsole.py
- qt/python/mantidqt/widgets/codeeditor/execution.py 1 addition, 1 deletionqt/python/mantidqt/widgets/codeeditor/execution.py
- qt/python/mantidqt/widgets/codeeditor/inputsplitter.py 4 additions, 1 deletionqt/python/mantidqt/widgets/codeeditor/inputsplitter.py
- qt/python/mantidqt/widgets/codeeditor/test/test_execution.py 2 additions, 2 deletionsqt/python/mantidqt/widgets/codeeditor/test/test_execution.py
Loading
Please register or sign in to comment