Skip to content

Fix Python 2 compatibility

Marco Clemencic requested to merge fix-python2 into master

!490 (merged) introduced a regression on Python 2, which is still used in Jenkins based nightly builds.

This MR fixes the issue and introduces a test for the Jenkins specific case.

Merge request reports