jendrikseipp / vulture

Find dead Python code
MIT License
3.29k stars 145 forks source link

vulture 2.9 failed with regression test #321

Closed chenrui333 closed 10 months ago

chenrui333 commented 10 months ago

👋 trying to build the latest release, but run into some build issue. The error log is as below:

error build log ``` ==> /opt/homebrew/Cellar/vulture/2.9/bin/vulture --version vulture 2.9 Error: vulture: failed An exception occurred within a child process: Minitest::Assertion: Expected: 0 Actual: 2 ```

relates to Homebrew/homebrew-core#140007


I dont think the version output should have error status code of 2 either, so this would be some bug introduced recently.

jendrikseipp commented 10 months ago

Thanks for the quick bug report!