Make sure that calls to make_tempfile() use keyword arguments.

Review Request #13701 — Created April 5, 2024 and submitted

Information

RBTools
release-4.x

Reviewers

I recently used rbt patch and saw that it was broken. The problem was that
it didn't pass keyword arguments with make_tempfile(), which has
keyword-only arguments. I audited the rest of the code to see if we had this
problem anywhere else, but this was the only spot.

  • Ran unit tests.
  • Used rbt patch and saw that it works now.
Summary ID
Make sure that calls to make_tempfile() use keyword-only arguments.
8317f89490b4175d69d50213c6f1e4ec5cb71ddd
david
  1. Ship It!
  2. 
      
chipx86
  1. Ship It!
  2. 
      
maubin
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-4.x (5f529a8)
Loading...