Skip to content

Py3 fix - no str + bytecode concatenation in py3

Joerg Stelzer requested to merge stelzer/athena:master-py3fixTrigVal into master

Fixes ATR-21158

Output of subprocess in bytecode and there is no automatic bytecode to string in python3.

Merge request reports