SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
28 stars 10 forks source link

Fix missing control flow format argument #407

Closed WilliamsCJ closed 1 year ago

WilliamsCJ commented 1 year ago

Calls to CodeInspection.inspect_controlflow are missing the required format argument. This causes inspect4py to fail when using the -cf flag.

The formatter "png" is now passed as an argument.

WilliamsCJ commented 1 year ago

@rosafilgueira