Merge pull request #278 from mattrose/fix-cmd-notify
fix stupid debugging error
This commit is contained in:
commit
2019953511
|
@ -24,8 +24,7 @@ VERSION = '0.1.0'
|
||||||
### Test for proper signal
|
### Test for proper signal
|
||||||
try:
|
try:
|
||||||
Vte.Terminal().connect('notification-received',lambda *args: None,None)
|
Vte.Terminal().connect('notification-received',lambda *args: None,None)
|
||||||
# AVAILABLE = ['CommandNotify']
|
AVAILABLE = ['CommandNotify']
|
||||||
AVAILABLE = []
|
|
||||||
except TypeError as e:
|
except TypeError as e:
|
||||||
AVAILABLE = []
|
AVAILABLE = []
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue