Commit 3972342
committed
Fix error message: says stdout but checks stdin
The ValueError raised when stdin=subprocess.PIPE is used without
nursery.start incorrectly says 'stdout=subprocess.PIPE'. This is
confusing for users since the actual problem is with the stdin
argument, not stdout.1 parent 2fd138e commit 3972342
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
675 | 675 | | |
676 | 676 | | |
677 | 677 | | |
678 | | - | |
| 678 | + | |
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
| |||
0 commit comments