mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Don't check for leading/trailing spaces in a File parameter
https://fedorahosted.org/freeipa/ticket/1505
This commit is contained in:
parent
cf161509e5
commit
a49d294845
@ -1493,9 +1493,10 @@ class File(Str):
|
||||
|
||||
Accepts file names and loads their content into the parameter value.
|
||||
"""
|
||||
kwargs = Str.kwargs + (
|
||||
kwargs = Data.kwargs + (
|
||||
# valid for CLI, other backends (e.g. webUI) can ignore this
|
||||
('stdin_if_missing', bool, False),
|
||||
('noextrawhitespace', bool, False),
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user