fix: path is uncalculated
This commit is contained in:
parent
1088164eed
commit
ec3b740aea
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class RougailUserDataBitwarden:
|
||||||
if option.isoptiondescription():
|
if option.isoptiondescription():
|
||||||
self.set_passwords(option, values)
|
self.set_passwords(option, values)
|
||||||
elif option.information.get("bitwarden", False):
|
elif option.information.get("bitwarden", False):
|
||||||
values[option.path()] = (set_password, self.leader_informations, self.bitwarden_command_line)
|
values[option.path(uncalculated=True)] = (set_password, self.leader_informations, self.bitwarden_command_line)
|
||||||
|
|
||||||
|
|
||||||
def set_password(leader_informations, bitwarden_command_line, *, option, warnings, errors):
|
def set_password(leader_informations, bitwarden_command_line, *, option, warnings, errors):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue