Commit c66f1e9
committed
python: fix incorrect variable in pid resolver error message
Problem: An incorrect variable name is used in an error message
from the pid URI resolver when a flux-broker with no children is
detected. Therefore, instead of sensible error message, users see an
invalid name error.
Fix the error message to use the correct variable name so that a
sensible error is emitted.1 parent 914dacf commit c66f1e9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments