You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dev_manual.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ Python functions can be added imported into `init` and `build` runlevels to exec
10
10
11
11
Within modules, all config values are imported, then processed according to the order of the `custom_parameters` list.
12
12
13
+
> If config values have validation which may fail if other config is not loaded, those values can be added to the `_late_args' list to be processed last.
14
+
13
15
`_module_name` can be set within a module for logging purposes, it is verified to be accurate when imported but optional.
0 commit comments