From 1dbaa807c6c33f2a7844c8425b0787c317dd4bfd Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Mon, 9 Nov 2020 10:22:43 -0500 Subject: [PATCH] fix stupid debugging error --- terminatorlib/plugins/command_notify.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/terminatorlib/plugins/command_notify.py b/terminatorlib/plugins/command_notify.py index 82689094..0001c566 100644 --- a/terminatorlib/plugins/command_notify.py +++ b/terminatorlib/plugins/command_notify.py @@ -24,8 +24,7 @@ VERSION = '0.1.0' ### Test for proper signal try: Vte.Terminal().connect('notification-received',lambda *args: None,None) - # AVAILABLE = ['CommandNotify'] - AVAILABLE = [] + AVAILABLE = ['CommandNotify'] except TypeError as e: AVAILABLE = [] pass