cournape / import-profiler

A basic python import profiler to find bottlenecks in import times
MIT License
15 stars 8 forks source link

threshold parameter to print_info is not used #8

Closed okke-formsma closed 6 years ago

okke-formsma commented 6 years ago

Hi,

Thanks for the package. Unfortunately I ran into a bug. The threshold parameter in print_info is never used. It should be used in the check on line 115 in import_profiler.

Thanks,

okke-formsma commented 6 years ago

Whoops, I see that in trunk this is fixed. Can you create a new release on pypi?