Skip to content
Snippets Groups Projects
Commit 93c4ab0a authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix a typo

parent d271c29a
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ class Config:
return
opt = self.__options_per_key[typename]
if item is None:
if subname is None:
del opt[1][name]
# if subname is specified, delete the item in the group.
elif opt[1][name].has_key(subname):
......
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