]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #107790 - tharunsuresh-code:snap_curl, r=jyn514
authorMichael Goulet <michael@errs.io>
Thu, 9 Feb 2023 04:01:25 +0000 (20:01 -0800)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 04:01:25 +0000 (20:01 -0800)
commit04ebaba17b60275df2920e75654c3691e45865a0
treea2a392c8453b0b787732ab359dcc1cc97f6a470a
parent32bb73eedef784a3a4a3225805e0977014cd5c72
parent4259073e9a5bedd25f4860ddec2be55d995b4b9d
Rollup merge of #107790 - tharunsuresh-code:snap_curl, r=jyn514

 x.py fails all downloads that use a tempdir with snap curl #107722

Have used the open() library from python to capture the binary output of the curl command and write it to a file using stdout of the subprocess. Added a single-line comment mentioning the redirect operator.