mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix typo in name of exception
This commit is contained in:
parent
63c6c12d69
commit
1d1d82fda4
@ -852,7 +852,7 @@ class cli(backend.Executioner):
|
|||||||
try:
|
try:
|
||||||
raw = sys.stdin.read()
|
raw = sys.stdin.read()
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
raise ValidationErro(
|
raise ValidationError(
|
||||||
name=to_cli(p.cli_name), error=e[1]
|
name=to_cli(p.cli_name), error=e[1]
|
||||||
)
|
)
|
||||||
kw[p.name] = self.Backend.textui.decode(raw)
|
kw[p.name] = self.Backend.textui.decode(raw)
|
||||||
|
Loading…
Reference in New Issue
Block a user