------------------------------------------------------------------------------
To reply, visit https://hellosplat.com/s/beanbag/tickets/4973/
------------------------------------------------------------------------------
New update by rpowell
For Beanbag, Inc. > RBTools > Ticket #4973
Reply:
I can confirm that works.
$ rbt --version
RBTools 3.1.1 (Python 3.8.10)
before:
```
$ rbt patch 269521
Applying 1 patch from review request 269521 (diff revision 17)
CRITICAL: a bytes-like object is required, not 'str'
```
With change:
```
$ diff
/home/bpowell/.local/lib/python3.8/site-packages/rbtools/clients/svn.py
/home/bpowell/.local/lib/python3.8/site-packages/rbtools/clients/svn.py_orig
1117,1119c1117
< rc, patch_output = self._run_svn(cmd,
< return_error_code=True,
< results_unicode=False)
---
> rc, patch_output = self._run_svn(cmd, return_error_code=True)
```
patch applies without error
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/reviewboard-issues/20220812015007.25046.16943%40ip-10-1-54-209.ec2.internal.