flake8
passed.
JSHint
passed.
Review Request #13701 — Created April 5, 2024 and submitted
I recently used
rbt patch
and saw that it was broken. The problem was that
it didn't pass keyword arguments withmake_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.
rbt patch
and saw that it works now.Summary | ID |
---|---|
8317f89490b4175d69d50213c6f1e4ec5cb71ddd |