]> git.decadent.org.uk Git - dak.git/commitdiff
Ignore yet another warning in cruft-report.
authorTorsten Werner <twerner@debian.org>
Fri, 25 Mar 2011 16:29:14 +0000 (17:29 +0100)
committerTorsten Werner <twerner@debian.org>
Fri, 25 Mar 2011 16:29:14 +0000 (17:29 +0100)
Signed-off-by: Torsten Werner <twerner@debian.org>
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)
 
 ################################################################################