Triggers plugin doesn't apply rules if rule['has_focus'] != 'both' and rule['tab_opened'] != 'no'
There are missing braces for the has_focus
method in line 118 of the triggers.py
. So in this case the value of the local variable has_focus
is neither True
nor False
is a reference to the method has_focus
. I would supply a patch for this via a merge request but I'm not allowed to fork the repository.