Merge pull request #278 from mattrose/fix-cmd-notify

fix stupid debugging error
This commit is contained in:
Matt Rose 2020-11-09 15:57:43 -05:00 committed by GitHub
commit 2019953511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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