[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Ignore yet another warning in cruft-report.



Signed-off-by: Torsten Werner <twerner@debian.org>
---
 dak/cruft_report.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/dak/cruft_report.py b/dak/cruft_report.py
index aac0d45..c691bb2 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)
 
 ################################################################################
 
-- 
1.7.2.5


Reply to: