Skip to content

mr: run msg_filter scripts without chmod +x

Administrator requested to merge fix-chmod into master

With more modern packaging methods, the executable flag gets stripped from the files in data. Adjust mr.py to run the scripts with python3 explicitly, doing it like that is actually better than having these scripts that are not meant to be executed directly with the executable flag on the filesystem.

Fix #20 (closed)

CC: @jane400

Merge request reports

Loading