Skip to content

make remove_code python3 compatible

It's possible in the superbuild for /usr/bin/env python to get set to python3 (even if it starts python2)

I did not track down where this change is happenening but as a basic fix this MR makes remove_code.py python3 compatible (but still works with python2).

Merge request reports