This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients andrewnester, christian.heimes, jwilk, r.david.murray, rhettinger, richardxia
Date 2017-03-27.21:50:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490651400.96.0.52841553939.issue29573@psf.upfronthosting.co.za>
In-reply-to
Content
Ah! I missed the fact that the subprocess removes the file. It's easily fixable, wrap the unlink and catch FileNotFoundError / ENOENT.
History
Date User Action Args
2017-03-27 21:50:00christian.heimessetrecipients: + christian.heimes, rhettinger, jwilk, r.david.murray, andrewnester, richardxia
2017-03-27 21:50:00christian.heimessetmessageid: <1490651400.96.0.52841553939.issue29573@psf.upfronthosting.co.za>
2017-03-27 21:50:00christian.heimeslinkissue29573 messages
2017-03-27 21:50:00christian.heimescreate