]> git.decadent.org.uk Git - dak.git/blobdiff - dak/cruft_report.py
Ignore yet another warning in cruft-report.
[dak.git] / dak / cruft_report.py
index aac0d454b5af68cbf1c717eab68c2fc905bbd08e..c691bb22609b113f8ed7f98b8efcc2f702af31c9 100755 (executable)
@@ -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)
 
 ################################################################################