Skip to content

Use python3 explicitly

Fabian Vogt requested to merge work/python3 into master

Depending on the distribution, "python" means either any Python version or Python 2 specifically. Be on the safe side and just use python3 explicitly.

Merge request reports