WIP: Expand the developer documentation #27

Draft
gremond wants to merge 189 commits from develop into developer_docs
Showing only changes of commit 8363580306 - Show all commits

View file

@ -219,6 +219,7 @@ class UserDatas:
'the variable "{0}" contains secrets and should not be defined in {1}'
).format(path, self.values[values_path]["source"])
)
self.values.pop(path)
continue
value = self.convert_value(
path, option, options, self.values[values_path]["values"]