Skip to content

fix: python3.8 compatibility

Martin Killenberg requested to merge fix_python3_8_compatibility into master

The glob.glob command only know the root_dir parameter from python 3.10 upwards. This fix makes it work with python 3.8 (Ubuntu20.04)

Merge request reports