Skip to content
Snippets Groups Projects
Commit 513f699b authored by Nikolai Mork's avatar Nikolai Mork
Browse files

Apply suggestion to soitool/compressor.py

parent 08b95866
No related branches found
No related tags found
1 merge request!38#69 Komprimering og dekomprimering
Pipeline #75878 passed
......@@ -46,7 +46,7 @@ def decompress(lzma_compressed_json_string):
One of these python objects:
https://docs.python.org/3/library/json.html#py-to-json-table
"""
# Removes extra b' notation
# Remove extra b' notation
lzma_compressed_json_string = lzma_compressed_json_string[2:-1].encode(
encoding="ascii"
)
......
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