diff --git a/terminatorlib/terminator.py b/terminatorlib/terminator.py index 357e31ac..093d9b24 100755 --- a/terminatorlib/terminator.py +++ b/terminatorlib/terminator.py @@ -50,7 +50,7 @@ class Terminator(Borg): self.terminals = [] if not self.groups: self.groups = [] - if not self.groupsend: + if self.groupsend == None: self.groupsend = self.groupsend_type['group'] if not self.config: self.config = Config()