Message311875
| Author | Christian Heigele |
|---|---|
| Recipients | Christian Heigele, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2018-02-09.10:52:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1518173531.96.0.467229070634.issue32808@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hi, I have two machines, both Windows 10, both with python 2.7.12 (bug is also reproducible with 2.7.14), one of them has the Fall creator update (-> version 1709) and one doesn't (->version 1607). When I execute the checkout on some executable that is available on both machines, I get different behaviours: One the one without the fall creator update I get the output of that executable as expected as the return value. One the machine with the update I see a new command line window popping up, the executable runs through, and the return value of check_output is an empty string. I'll use it like follow: f = subprocess.check_output(['svn.exe', '--help']) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-09 10:52:12 | Christian Heigele | set | recipients: + Christian Heigele, paul.moore, tim.golden, zach.ware, steve.dower |
| 2018-02-09 10:52:11 | Christian Heigele | set | messageid: <1518173531.96.0.467229070634.issue32808@psf.upfronthosting.co.za> |
| 2018-02-09 10:52:11 | Christian Heigele | link | issue32808 messages |
| 2018-02-09 10:52:11 | Christian Heigele | create | |