-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running without quiet mode raises TypeError #57
Comments
OMG 🤦🏾♂️ removed the wrong variable when refactored the code, thank you!! |
- The output_summary function call was missing the files_complexities argument. - This commit fixes the function call by adding the missing argument.
Pending to add unit tests to cover cases like this |
fix(python): #57 fix output_summary function call
@chan-vince The new version is being deployed, thank you for reporting this error! |
@chan-vince version 1.2.0 has been released |
No worries, it happens 😀 Re the unit tests - you can actually catch this kind of issue with just a linter like ruff, much less effort for than doing unit tests if there aren't any yet. |
@rohaquinlop I can confirm it works again with v1.2.0. Thanks again! |
Run complexipy against any file or files, without any options; specifically the
-q
quiet option:Looks like the
output_summary()
function isn't being called with the correct arguments:The text was updated successfully, but these errors were encountered: