Skip to content
Snippets Groups Projects
Commit ef7b9964 authored by Aurélien Dunand's avatar Aurélien Dunand Committed by Sébastien Luttringer
Browse files

Fix type validation for fmod and dmod


Since the dmod and fmod setter take a string as argument and convert them to a
base 8 integer, we don't need to check and convert in integer with the
configobj validator.

Signed-off-by: default avatarSébastien Luttringer <sebastien.luttringer@smartjog.com>
parent 6cbaf3b1
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,8 @@ ionice_level = integer
REPO_CONFIG_SPEC = """\
[__many__]
path = string
fmod = integer
dmod = integer
fmod = string
dmod = string
uid = string
gid = string
offline = boolean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment