WIP: Expand the developer documentation #27
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class UserData:
|
||||||
option.name()
|
option.name()
|
||||||
except (ConfigError, PropertiesOptionError):
|
except (ConfigError, PropertiesOptionError):
|
||||||
pass
|
pass
|
||||||
except AttributeError:
|
except (AttributeError, AttributeOptionError):
|
||||||
self._not_found_is_dynamic(self.config, path, cache, added, data[-1])
|
self._not_found_is_dynamic(self.config, path, cache, added, data[-1])
|
||||||
|
|
||||||
def _not_found_is_dynamic(self, config, path, cache, added, data):
|
def _not_found_is_dynamic(self, config, path, cache, added, data):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue