It outputs parseable line locations for potential issues in Python code.
If current filename path contains spaces, lines are not clickable (user can't navigate with single click). If filename does not have spaces, output has clickable links, as expected
Same issue for pylint
Any suggestions how to solve this?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Please consider this snippet:
It outputs parseable line locations for potential issues in Python code.
If current filename path contains spaces, lines are not clickable (user can't navigate with single click). If filename does not have spaces, output has clickable links, as expected
Same issue for pylint
Any suggestions how to solve this?
Thanks