Commit c9cb16a
authored
Fix error when unindent_auto_doc_script is not found (#96)
As previously coded, this emits the delightfully cryptic error message
```
File "/home/runner/work/stout/stout/./dev-tools/README.md", line 3
Collection of developer scripts, files, etc, for improving the developer process.
^^
SyntaxError: invalid syntax
```
Because the failure to find the unindent script results in trying to run
`python README.md`1 parent 10792b9 commit c9cb16a
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
| |||
0 commit comments