Commit c6c7ade
committed
Remove quotes from example tmp_path_retention_policy
Previously the docs contained an example for `tmp_path_retention_policy`
which included quotes around the value. If the configuration was
actually set with this value. The following error would be encountered
`INTERNALERROR> ValueError: tmp_path_retention_policy must be either all, failed, none. Current input: "all".`
This is because the value of the field was not being unwrapped from
the quotes when parsed.
This commit removes the quotes from the example so that if used in the
configuration file, no error will occur.1 parent f0a0436 commit c6c7ade
3 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| 354 | + | |
354 | 355 | | |
355 | 356 | | |
356 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1873 | 1873 | | |
1874 | 1874 | | |
1875 | 1875 | | |
1876 | | - | |
| 1876 | + | |
1877 | 1877 | | |
1878 | 1878 | | |
1879 | 1879 | | |
| |||
0 commit comments