remove unused variable
This commit is contained in:
parent
c9d40ffb44
commit
2a6ad71826
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class ValueBackendPassword(Value):
|
||||||
try:
|
try:
|
||||||
import keyring
|
import keyring
|
||||||
keyring.set_password(self._domain, self.id, passwd)
|
keyring.set_password(self._domain, self.id, passwd)
|
||||||
except Exception, e:
|
except Exception:
|
||||||
self._value = passwd
|
self._value = passwd
|
||||||
else:
|
else:
|
||||||
self._value = ''
|
self._value = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue