mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 12:46:00 +08:00
gpg: fix bytes/str issue with GPG user ID
This commit is contained in:
@@ -41,6 +41,7 @@ def identity_to_string(identity_dict):
|
||||
result.append(':' + identity_dict['port'])
|
||||
if identity_dict.get('path'):
|
||||
result.append(identity_dict['path'])
|
||||
log.debug('identity parts: %s', result)
|
||||
return ''.join(result)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user