Re: pwclient breaking on a Form Feed character

2018-01-19 Thread Daniel Axtens
Benjamin Copeland writes: > My rather crude patch: > > diff --git a/patchwork/views/xmlrpc.py b/patchwork/views/xmlrpc.py > index 93f6035..220826a 100644 > --- a/patchwork/views/xmlrpc.py > +++ b/patchwork/views/xmlrpc.py > @@ -672,7 +672,8 @@ def patch_get_mbox(patch_id): > """ > try:

Re: pwclient breaking on a Form Feed character

2018-01-19 Thread Benjamin Copeland
My rather crude patch: diff --git a/patchwork/views/xmlrpc.py b/patchwork/views/xmlrpc.py index 93f6035..220826a 100644 --- a/patchwork/views/xmlrpc.py +++ b/patchwork/views/xmlrpc.py @@ -672,7 +672,8 @@ def patch_get_mbox(patch_id): """ try: patch = Patch.objects.get(id=patch_i

Re: pwclient breaking on a Form Feed character

2018-01-17 Thread Benjamin Copeland
On 17 January 2018 at 19:13, Stephen Finucane wrote: > On Wed, 2018-01-17 at 11:46 +, Benjamin Copeland wrote: >> Hi All, >> >> Been trying to get a patch but been unable due to: >> >> Traceback (most recent call last): >> File "pwclient", line 827, in >> main() >> File "pwclient", li

Re: pwclient breaking on a Form Feed character

2018-01-17 Thread Stephen Finucane
On Wed, 2018-01-17 at 11:46 +, Benjamin Copeland wrote: > Hi All, > > Been trying to get a patch but been unable due to: > > Traceback (most recent call last): > File "pwclient", line 827, in > main() > File "pwclient", line 780, in main > action_get(rpc, patch_id) > File "pwcl

pwclient breaking on a Form Feed character

2018-01-17 Thread Benjamin Copeland
Hi All, Been trying to get a patch but been unable due to: Traceback (most recent call last): File "pwclient", line 827, in main() File "pwclient", line 780, in main action_get(rpc, patch_id) File "pwclient", line 301, in action_get s = rpc.patch_get_mbox(patch_id) File "/usr