Skip to content

copyall.py plugin fails to load due of inconsistent use of tabs and spaces #3

Description

@jhakonen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions