iis icon indicating copy to clipboard operation
iis copied to clipboard

Switch madis to rely on pypy instead of python command

Open marekhorst opened this issue 6 years ago • 0 comments

This feature should improve madis scripts performance and was requested on redmine: #4177#note-2.

Currently python commands defined in:

rely on self-executable mexec.py. We should alter those references to provide the pypy command explicitly, so e.g. instead of:

scripts/madis/mexec.py -d project.db -f scripts/projects.sql

we should define:

pypy scripts/madis/mexec.py -d project.db -f scripts/projects.sql

marekhorst avatar Apr 23 '19 14:04 marekhorst