cloud_mdir_sync icon indicating copy to clipboard operation
cloud_mdir_sync copied to clipboard

Bug in message.get_header()

Open wang2357 opened this issue 1 year ago • 2 comments

The get_header() method of messages should return val after line 104. Otherwise, this method will return None for any header on the first call.

wang2357 avatar Sep 03 '24 14:09 wang2357

Can you make a patch?

jgunthorpe avatar Sep 05 '24 13:09 jgunthorpe

I have made the suggested change (adding a line "return val" to the get_header method, and initiated a pull request.

wang2357 avatar Sep 12 '24 18:09 wang2357