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

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

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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Make sure that calls to make_tempfile() use keyword-only arguments.
8317f89490b4175d69d50213c6f1e4ec5cb71ddd Michelle Aubin
rbtools/commands/patch.py
Loading...