Remove FIXME
This commit is contained in:
parent
7b480c02db
commit
3ad4b447b4
@ -276,7 +276,6 @@ class Config(QObject):
|
|||||||
Arguments:
|
Arguments:
|
||||||
*args: Get passed to self.set().
|
*args: Get passed to self.set().
|
||||||
"""
|
"""
|
||||||
# FIXME completion for values
|
|
||||||
try:
|
try:
|
||||||
self.set('conf', section, option, value)
|
self.set('conf', section, option, value)
|
||||||
except (NoOptionError, NoSectionError, ValidationError) as e:
|
except (NoOptionError, NoSectionError, ValidationError) as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user