rackerlabs / kthresher

Tool to remove unused kernels in Debian/Ubuntu
Apache License 2.0
17 stars 12 forks source link

Fix AttributeError: 'NoneType' object has no attribute 'section' #91

Open jkirk opened 1 month ago

jkirk commented 1 month ago

This is caused by packages that have no Section: defined.

Thanks: Matus UHLAR for the Debian bug report (#996035)

Thanks: @garaged for the patch

Closes: rackerlabs/kthresher#86