Commit 298dc62
committed
Safely handle a missing root user
In 657cd71 it was assumed that Etc
would never be available on Windows and that the LoadError would catch
it. Turns out that was an invalid assumption. This uses the safe
operator to gracefully handle it.
Fixes: 657cd711 parent dfd9b30 commit 298dc62
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
0 commit comments