Skip to content

Fix bytes compatibility in Python 3

Andrej Shadura requested to merge python3-fix into master

The Python 3 version of osc returns bytes instead of strings, decode them before using, or work with them as with bytes.

Edited by Andrej Shadura

Merge request reports