I just tested the changes and they work as expected (no surprise on a @b4n PR :D):

[build-menu]
# %f will be replaced by the complete filename
# %e will be replaced by the filename without extension
# (use only one of it at one time)
FT_00_LB=_Compile
FT_00_CM=py -m py_compile "%f"
FT_00_WD=
FT_02_LB=_Lint
FT_02_CM=pep8 --max-line-length=80 "%f"
FT_02_WD=
error_regex=(.+):([0-9]+):([0-9]+)
EX_00_LB=_Execute
EX_00_CM=py "%f"
EX_00_WD=


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.