summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
diff options
context:
space:
mode:
authorDylan Baker <baker.dylan.c@gmail.com>2017-08-22 10:57:45 -0700
committerGitHub <noreply@github.com>2017-08-22 10:57:45 -0700
commit1ac4e6b19dd364b20e0151d2475bebb7948f24da (patch)
treeb2aa96d053da9bc4ded948e80dd9088e11cb88e9 /alot/commands/globals.py
parent762b7dc1a60dc322876c6b5fa8769037c483eba0 (diff)
parent841c7cc1b70ce90297c332a05afb0e1a45b225cf (diff)
Merge pull request #1126 from lucc/py3/py2-compatible
Some small changes that are py2 and py3 compatible
Diffstat (limited to 'alot/commands/globals.py')
-rw-r--r--alot/commands/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index b71376a2..f8f58749 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -863,7 +863,7 @@ class ComposeCommand(Command):
self.envelope.sign_key = account.gpg_key
else:
msg = 'Cannot find gpg key for account {}'.format(account.address)
- logging.warn(msg)
+ logging.warning(msg)
ui.notify(msg, priority='error')
# get missing To header