Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deleted-libraries.py: fix exception handling and miss-counting
EnvironmentError exceptions deprecated since Python 3.3 and are now longer used. I have this changes running since over a year now and have never encountered any other exceptions than FileNotFoundError or ProcessLookupError. Also due to an indentation error the metric values could never reach anything above 1 even if the outdated library is used more than once. Signed-off-by: Christian Pointner <[email protected]>
- Loading branch information