Commit 3ba825b
committed
Fix Command.__call__ to comply w/its new intention
Delegate to .check_output() instead of .check_call()
Take cmdargs as *varargs in contrast to the standard methods for
starting the subprocesss, so that it feels more Pythonic1 parent 56f8191 commit 3ba825b
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
213 | | - | |
214 | | - | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
215 | 219 | | |
216 | 220 | | |
217 | 221 | | |
0 commit comments