Skip to content

Commit

Permalink
Merge pull request #278 from mattrose/fix-cmd-notify
Browse files Browse the repository at this point in the history
fix stupid debugging error
  • Loading branch information
mattrose authored Nov 9, 2020
2 parents 24a1f91 + 1dbaa80 commit 2019953
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terminatorlib/plugins/command_notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
### 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
Expand Down

0 comments on commit 2019953

Please sign in to comment.