diff --git a/jrnl/util.py b/jrnl/util.py index f7ae2c2b..041a4f36 100644 --- a/jrnl/util.py +++ b/jrnl/util.py @@ -109,7 +109,8 @@ def set_keychain(journal_name, password): keyring.set_password("jrnl", journal_name, password) except keyring.errors.NoKeyringError: print( - "Keyring backend not found. Please install one of the supported backends by visiting: https://pypi.org/project/keyring/",file=sys.stderr + "Keyring backend not found. Please install one of the supported backends by visiting: https://pypi.org/project/keyring/", + file=sys.stderr, )