WIP: Expand the developer documentation #27

Draft
gremond wants to merge 294 commits from develop into developer_docs
Showing only changes of commit 2ccff6d041 - Show all commits

View file

@ -115,7 +115,7 @@ class UserData:
option.name()
except (ConfigError, PropertiesOptionError):
pass
except AttributeError:
except (AttributeError, AttributeOptionError):
self._not_found_is_dynamic(self.config, path, cache, added, data[-1])
def _not_found_is_dynamic(self, config, path, cache, added, data):