reset for pathconfig

This commit is contained in:
2018-10-31 16:08:22 +01:00
parent b27d283341
commit 4f4ecfd3a8
9 changed files with 185 additions and 81 deletions

View File

@ -156,7 +156,7 @@ class OptionBag:
raise KeyError('unknown key {} for OptionBag'.format(key)) # pragma: no cover
def __delattr__(self, key):
if key == 'properties':
if key in ['properties', 'permissives']:
return
raise KeyError('unknown key {} for ConfigBag'.format(key)) # pragma: no cover