Commit 634d3f3
committed
freebsd-universe: Fix type of explicit_subdirs_only
Iteration over it is governed by a truthy check so the use of False
rather than [] was harmless, but some typecheckers don't have enough
flow-sensitive analysis to know that, and this abuse of types was not
intended, so just make it more sensible.
Fixes: 085f75f ("cheribsd: Overhaul freebsd-univere and add cheribsd-universe")1 parent 562398d commit 634d3f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
861 | | - | |
| 861 | + | |
862 | 862 | | |
863 | 863 | | |
864 | 864 | | |
| |||
0 commit comments