Commit 99df6ff
committed
Fix field default mako split across lines
Wasn't able to run in the plaground with a hard error:
```
Syntax Error: unexpected indent (<unknown>, line 2)
In file docassemble.ALDashboard:data/questions/install_assembly_line.yml in the block on line 500 from package docassemble.ALDashboard:
```
Wasn't caught by DAYamlChecker, but that fix is incoming as well.1 parent af492eb commit 99df6ff
File tree
1 file changed
+2
-2
lines changed- docassemble/ALDashboard/data/questions
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
665 | 665 | | |
666 | 666 | | |
667 | 667 | | |
668 | | - | |
669 | | - | |
| 668 | + | |
| 669 | + | |
670 | 670 | | |
671 | 671 | | |
672 | 672 | | |
| |||
0 commit comments