check_software: fix a wrong condition making the check ignore .so
fnmatch.fnmatch signature is path, pattern, we were passing arguments in reverse order, so effectively we were only checking executable files. Several .so are executable, so we were checking many .so anyway.
Showing
Please register or sign in to comment