mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add XXX to keyring special-casing
This commit is contained in:
parent
d30b4752db
commit
9bd490f402
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ def _fetch_value(opts, key):
|
|||
strategy_fn = STRATEGIES[strategy]
|
||||
except KeyError:
|
||||
if strategy == 'keyring':
|
||||
# XXX: Deprecate
|
||||
raise exceptions.UserError(
|
||||
'Fetching passwords via keyring is deprecated. See the '
|
||||
'changelog for migration paths.')
|
||||
|
|
|
|||
Loading…
Reference in a new issue