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 805265b commit 2d90da5Copy full SHA for 2d90da5
instana/util.py
@@ -32,7 +32,7 @@ def id_to_header(id):
32
return ""
33
34
byteString = struct.pack('>q', id)
35
- return binascii.hexlify(byteString).decode('UTF-8').lstrip('0')
+ return str(binascii.hexlify(byteString).decode('UTF-8').lstrip('0'))
36
37
38
def header_to_id(header):
0 commit comments