Skip to content

Convert unicode to normal string before returning from ELG_jediState.py

It seems that the job status is not read correctly in PrunDriver.cxx, as the object returned from the Python module ELG_jediState.py is "unicode". Converting to a simple string seems to do the trick.

Merge request reports