diff --git a/src/pylorax/sysutils.py b/src/pylorax/sysutils.py index 9735a7ff..209757ad 100644 --- a/src/pylorax/sysutils.py +++ b/src/pylorax/sysutils.py @@ -114,6 +114,7 @@ def unquote(s): class UnquotingConfigParser(ConfigParser): """A ConfigParser, only with unquoting of the values.""" + # pylint: disable=arguments-differ def get(self, *args, **kwargs): ret = super().get(*args, **kwargs) if ret: