Skip to content

prune: fix some UnicodeDecodeError on python3 with binary scripts

Jérome Perrin requested to merge fix/prune-binary-scripts into master

Some softwares have some binary executables in builout bin folder, reading them as text can fail. In this case we can ignore them.

Merge request reports