X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcruft_report.py;h=c691bb22609b113f8ed7f98b8efcc2f702af31c9;hb=d8eb64b3baff23bd2a9dab27df401c86cfbcbcfa;hp=aac0d454b5af68cbf1c717eab68c2fc905bbd08e;hpb=12aa4c9ae0c805b3c07eee1d7873e1d513010e98;p=dak.git diff --git a/dak/cruft_report.py b/dak/cruft_report.py index aac0d454..c691bb22 100755 --- a/dak/cruft_report.py +++ b/dak/cruft_report.py @@ -42,6 +42,9 @@ warnings.filterwarnings('ignore', \ warnings.filterwarnings('ignore', \ "Attribute '.*' of the 'apt_pkg\.TagFile' object is deprecated, use '.*' instead\.", \ DeprecationWarning) +warnings.filterwarnings('ignore', \ + "Attribute 'Find' of the 'apt_pkg\.TagSection' object is deprecated, use 'find' instead\.", \ + DeprecationWarning) ################################################################################