Fix uploading binary parent diffs.

Review Request #13886 — Created May 21, 2024 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

When uploading changes to a binary file in a diff, we were referencing a
local variable for the diff file attachments resource that didn't exist.
Instead, the instance lives on the command instance.

This is a simple change that references that instance, fixing binary
diff upload.

Successfully posted a change to some binary image files.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix uploading binary parent diffs.
When uploading changes to a binary file in a diff, we were referencing a local variable for the diff file attachments resource that didn't exist. Instead, the instance lives on the command instance. This is a simple change that references that instance, fixing binary diff upload.
330a21492a3c661fb225bf087ae232e9c371b697 Christian Hammond
rbtools/commands/post.py
Loading...