Code review comment for lp:~salgado/launchpad/update-pygpgme

Revision history for this message
Brad Crittenden (bac) wrote :

Thanks for the fix Salgado.

To get around the unicode marker in test output we decided to do:

>>> print name
Salgado

instead of

>>> name
u'Salgado'

I think that is less fragile. Would you make the change? Of course you can't do anything about the unicode inside the exceptions.

review: Approve (code)

« Back to merge proposal