Commit 3f7eaea
authored
fix: delete the 'runner_config_toml_rendereded' output variable (#1019)
## Description
Due to calls to `nonsensitive` in case the data is sensitive or not
calling the function in the other case, the code gets very complex. The
output variable `runner_config_toml_rendereded` was introduced for
easier debugging, but we still have the option to write the whole Runner
configuration to a local file (`debug.write_runner_config_to_file`).
This "fixers" that issue by just deleting the output variable.
Closes #1018
## Migrations required
Usually not. For debugging purposes, set the
`debug.write_runner_config_to_file` to `true`. The configuration is
written to a file on your local disk (directory `debug/`)
## Verification
Only linted as this is only deleting an output variable.1 parent d9e550e commit 3f7eaea
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
0 commit comments