Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e9750 commit d913118Copy full SHA for d913118
zerorpc/events.py
@@ -210,7 +210,7 @@ def __str__(self, ignore_args=False):
210
except Exception:
211
pass
212
if self._identity:
213
- identity = ', '.join(repr(x) for x in self._identity)
+ identity = ', '.join(repr(x.bytes) for x in self._identity)
214
return '<{0}> {1} {2} {3}'.format(identity, self._name,
215
self._header, args)
216
return '{0} {1} {2}'.format(self._name, self._header, args)
0 commit comments