8fdafs2

Results 2 comments of 8fdafs2

Now I installed the 'Terminal' package to invoke the console to run the exe manually.

I have changed the regex variable in linter.py so it works now. ``` python regex = ( # filename:line:col: is common for multiline and single line warnings r'.*:(?P\d+):(?P\d+):' # Then...