yinwang0 / pysonar2

PySonar2: a semantic indexer for Python with interprocedual type inference

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get errors in Python code

ezhiksonic opened this issue · comments

Hello!

Is there a simple way to find errors in Python code using Pysonar2, for example this error
Cannot apply binary operator ... to type ... and ...
and how can I see if there is a parse error on a certain line?

When I generated html files, following the instructions, I found that it doesn't contain any information about errors in code.

You can use an option on the command line: -report

Notice this feature is not accurate and may generate false positives.