mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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]
|
strategy_fn = STRATEGIES[strategy]
|
||||||
except KeyError:
|
except KeyError:
|
||||||
if strategy == 'keyring':
|
if strategy == 'keyring':
|
||||||
|
# XXX: Deprecate
|
||||||
raise exceptions.UserError(
|
raise exceptions.UserError(
|
||||||
'Fetching passwords via keyring is deprecated. See the '
|
'Fetching passwords via keyring is deprecated. See the '
|
||||||
'changelog for migration paths.')
|
'changelog for migration paths.')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue