Commit 6326078
authored
Update template discovery to make its order deterministic
Template files are discovered on the system using os.walk, which does not guarantee deterministic order. This commit makes their order consistent by sorting them by path in lexicographic order.1 parent ab9cbe9 commit 6326078
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments