Bug#944340: [PATCH v2 2/5] email-print-mime-structure: Restructure pgpy decryption

2019-11-09 Thread Sean Whitton
Hello, On Sat 09 Nov 2019 at 04:48PM -05, Daniel Kahn Gillmor wrote: > +def pgpy_decrypt(self, keys:List[str], ciphertext:str) -> > Optional[Message]: > +if pgpy is None: > +logging.warning(f'Python module pgpy is not available, not > decrypting (try "apt install

Bug#944340: [PATCH v2 2/5] email-print-mime-structure: Restructure pgpy decryption

2019-11-09 Thread Daniel Kahn Gillmor
This has no functional changes, it's just a reorganization for easier readability. Thanks to Sean Whitton for the suggestion. Signed-off-by: Daniel Kahn Gillmor --- email-print-mime-structure | 44 +- 1 file changed, 24 insertions(+), 20 deletions(-) diff