Skip to content
Snippets Groups Projects
Commit ec0dec69 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Convert error to string

parent 6408dce8
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ try:
from .omemo.state import OmemoState
except Exception as e:
log.error(e)
ERROR_MSG = 'Error: ' + e
ERROR_MSG = 'Error: ' + str(e)
try:
import google.protobuf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment