raulcd opened a new pull request, #49007:
URL: https://github.com/apache/arrow/pull/49007

   ### Rationale for this change
   
   When looking for the wheel the script was falling back to returning a 404 
even when the wheel was found:
   ```
    + python scripts/run_emscripten_tests.py 
dist/pyarrow-24.0.0.dev31-cp312-cp312-pyodide_2024_0_wasm32.whl 
--dist-dir=/pyodide --runtime=chrome
   127.0.0.1 - - [27/Jan/2026 01:14:50] code 404, message File not found
   ```
   Timing out the job and failing.
   
   ### What changes are included in this PR?
   
   Correct logic and only return 404 if the file requested wasn't found.
   
   ### Are these changes tested?
   
   Yes via archery
   
   ### Are there any user-facing changes?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to