summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-11-21 16:08:23 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2018-11-21 16:34:18 +0000
commite493fb90c1d513007d39e473beeaad3231b5214d (patch)
treeee670bcbf47937e0490b40d70dabcec76e9b3147 /alot
parent4feebc98fd5ef7d10dd7e790aa81604d60af7e73 (diff)
fix: ui.notify is no coroutine
this fixes #1336
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 1c5ce622..9a0ad474 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -787,7 +787,7 @@ class PipeCommand(Command):
# display 'done' message
if self.done_msg:
- await ui.notify(self.done_msg)
+ ui.notify(self.done_msg)
@registerCommand(MODE, 'remove', arguments=[