Trying to load copyall.py plugin in Terminator fails with error:
PluginRegistry::load_plugins: Importing plugin copyall.py failed: inconsistent use of tabs and spaces in indentation (copyall.py, line 29)
The issues is that the line 29 in the plugin is indented with tab, while rest of the file is indented with space:
|
terminal.vte.select_all() |
Terminator version: 1.91-4ubuntu1
Trying to load copyall.py plugin in Terminator fails with error:
The issues is that the line 29 in the plugin is indented with tab, while rest of the file is indented with space:
terminator-plugins/copyall.py
Line 29 in cdb3485
Terminator version: 1.91-4ubuntu1