Commit f92d8bf
committed
Don't process malformed file names
I'm not sure what the cause was, but I ended up with an entry in my file
list that was just some regex pattern. So the processing in this loop
was crashing at the `glob` below. Fix this by ignoring non-existant
files.1 parent 4e089df commit f92d8bf
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
657 | 661 | | |
658 | 662 | | |
659 | 663 | | |
| |||
0 commit comments