Message311715
Anders, the problem is that running subprocess.run(executable) instead of subprocess.run([executable]) (where executable is a path to a program) is a bug. For example it doesn't work if the path contains spaces. And PR 4329 encourages making this bug. |
|
| Date |
User |
Action |
Args |
| 2018-02-06 07:56:07 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gregory.p.smith, ned.deily, njs, Phaqui, Roy Williams |
| 2018-02-06 07:56:07 | serhiy.storchaka | set | messageid: <1517903767.06.0.467229070634.issue31961@psf.upfronthosting.co.za> |
| 2018-02-06 07:56:07 | serhiy.storchaka | link | issue31961 messages |
| 2018-02-06 07:56:06 | serhiy.storchaka | create | |
|