Commit 589fe73
committed
Fix YAML dumping style for consistency in output files.
The default_flow_style=None will let it
use a single line for things like [1.3, 4.0, 4.45].
Which should look more like we expected.
It's a bit clunky that we have to read the yaml, modify the dicts, and dump the yaml, but this should
make the changes less obnoxious.1 parent ea374fa commit 589fe73
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1263 | 1263 | | |
1264 | 1264 | | |
1265 | 1265 | | |
1266 | | - | |
| 1266 | + | |
1267 | 1267 | | |
1268 | 1268 | | |
1269 | | - | |
| 1269 | + | |
1270 | 1270 | | |
1271 | 1271 | | |
1272 | 1272 | | |
| |||
0 commit comments