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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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